From c52857ac1494a6033566eb62e13c8dfe2fd61687 Mon Sep 17 00:00:00 2001 From: xntrik Date: Sat, 26 Feb 2011 04:19:06 +0000 Subject: [PATCH] issue 258 : updated to provide appropriate attribution of the images and more links into the advanced demo git-svn-id: https://beef.googlecode.com/svn/trunk@765 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- demos/basic.html | 4 ++++ demos/butcher/butch.css | 5 +++++ demos/butcher/index.html | 3 +++ public/javascript/ui/panel/WelcomeTab.js | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) 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:

\