diff --git a/demos/basic.html b/demos/basic.html index a46469d2f..f30f7ef54 100644 --- a/demos/basic.html +++ b/demos/basic.html @@ -24,5 +24,9 @@

+

+ You can also load up a more advanced demo page here +

+ diff --git a/demos/butcher/butch.css b/demos/butcher/butch.css index df25adc2d..b113f2e5e 100644 --- a/demos/butcher/butch.css +++ b/demos/butcher/butch.css @@ -40,6 +40,11 @@ body { font-family: "Lucida Sans", arial; font-size: 14px; } +.smaller { + padding-top: 20px; + font-family: "Lucida Sans", arial; + font-size: 8px; +} #friends { display: none; padding-top: 20px; diff --git a/demos/butcher/index.html b/demos/butcher/index.html index 80cab13cc..9e3903091 100644 --- a/demos/butcher/index.html +++ b/demos/butcher/index.html @@ -53,6 +53,9 @@ Welcome to The Butcher, your source of delicious meats. Please feel free to view +
+ Thanks to http://www.flickr.com/photos/bulle_de/ and http://dineSarasota.com for the BeEF images +
diff --git a/public/javascript/ui/panel/WelcomeTab.js b/public/javascript/ui/panel/WelcomeTab.js index 7c138c39e..df7c1cfe0 100644 --- a/public/javascript/ui/panel/WelcomeTab.js +++ b/public/javascript/ui/panel/WelcomeTab.js @@ -4,7 +4,7 @@ WelcomeTab = function() {
\

  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.


\ +

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


\

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

\