From 53a05d1901adcb26279f021843e3317659439133 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Thu, 29 Jan 2015 18:00:05 +0000 Subject: [PATCH] Add extension description --- extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js | 3 ++- extensions/network/config.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js b/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js index 932811ca0..0485255ff 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js +++ b/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js @@ -35,7 +35,8 @@ WelcomeTab = function() {
  • The command module does not work against this target

  • \
  • XssRays: The XssRays tab allows the user to check if links, forms and URI path of the page (where the browser is hooked) is vulnerable to XSS.
  • \
  • Rider: The Rider tab allows you to submit arbitrary HTTP requests on behalf of the hooked browser. \ - Each request sent by the Rider is recorded in the History panel. Click a history item to view the HTTP headers and HTML source of the HTTP response.

  • \ + Each request sent by the Rider is recorded in the History panel. Click a history item to view the HTTP headers and HTML source of the HTTP response. \ +
  • Network: The Network tab allows you to interact with hosts on the local network(s) of the hooked browser.

  • \

    You can also right-click a hooked browser to open a context-menu with additional functionality:


    \