Method: Ronin::Web::CLI::BrowserShell#session_cookies

Defined in:
lib/ronin/web/cli/browser_shell.rb

#session_cookiesObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The session_cookies command.

Since:

  • 1.0.0



365
366
367
# File 'lib/ronin/web/cli/browser_shell.rb', line 365

def session_cookies
  print_cookies(@browser.each_session_cookie)
end