diff --git a/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js b/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js index 34d1677ae..c0525ed51 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js +++ b/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js @@ -22,9 +22,10 @@ WelcomeTab = function() {

Getting Started


\

Welcome to BeEF!


\

Before being able to fully explore the framework you will have to 'hook' a browser. To begin with you can point a browser towards the basic demo page here, or the advanced version here.


\ -

After a browser is hooked into the framework they will appear in the 'Hooked Browsers' panel on the left. Hooked browsers will appear in either an online or offline state, depending on how recently they have polled the framework. To interact with a hooked browser simply left-click it, a new tab will appear. You can also right-click it to open a context-menu with additional functionality, like Proxy and XssRays.


\ +

After a browser is hooked into the framework they will appear in the 'Hooked Browsers' panel on the left. Hooked browsers will appear in either an online or offline state, depending on how recently they have polled the framework.


\

Hooked Browsers


\ -

Each hooked browser tab has a number of sub-tabs, described below:


\ +

To interact with a hooked browser simply left-click it, a new tab will appear. \ + Each hooked browser tab has a number of sub-tabs, described below:


\
\
  • XssRays: The XssRays tab allows you to check if links, forms and URI path of the page where the browser is hooked are vulnerable to XSS.
  • \ -
  • Requester: The Requester tab allows you to submit arbitrary HTTP requests on behalf of the hooked browser.\ - The proxy allows you to use a browser as a proxy. Simply right-click a browser from the Hooked Browsers tree to the left and select \"Use as Proxy\".
    \ - Each request sent by the Requester or Proxy is recorded in the History panel. Click a history item for the HTTP headers and HTML source of the request.


  • \ +
  • Requester: The Requester tab allows you to submit arbitrary HTTP requests on behalf of the hooked browser. \ + Each request sent by the Requester is recorded in the History panel. Click a history item to view the HTTP headers and HTML source of the HTTP response.

  • \ +

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


    \ +
    \

    Learn More


    \

    To learn more about how BeEF works please review the wiki:


    \ \ +
  • Tunneling Proxy: https://code.google.com/p/beef/wiki/TunnelingProxy
  • \ +
  • Writing your own modules: https://code.google.com/p/beef/wiki/CommandModuleAPI
  • \ \ ";