WelcomeTab = function() { welcome = " \
\

  BeEF - The Browser Exploitation Framework


\

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 demo page 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 click it, a new tab will appear.


\

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

\


\

For more information visit: http://code.google.com/p/beef/


\
\ "; WelcomeTab.superclass.constructor.call(this, { region:'center', padding:'10 10 10 10', html: welcome, border: false }); }; Ext.extend(WelcomeTab,Ext.Panel, {});