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
This commit is contained in:
@@ -24,5 +24,9 @@
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
You can also load up a more advanced demo page <a href="butcher/index.html">here</a>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -53,6 +53,9 @@ Welcome to The Butcher, your source of delicious meats. Please feel free to view
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="smaller">
|
||||
Thanks to http://www.flickr.com/photos/bulle_de/ and http://dineSarasota.com for the BeEF images
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -4,7 +4,7 @@ WelcomeTab = function() {
|
||||
<div style='font:13px tahoma,arial,helvetica,sans-serif'> \
|
||||
<p><img src='/ui/public/images/icons/beef.gif' /> <span style='font:bold 15px tahoma,arial,helvetica,sans-serif'>BeEF - The Browser Exploitation Framework</span></p><br /> \
|
||||
<p>Welcome to BeEF!</p><br /> \
|
||||
<p>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 <a href='/demos/basic.html' target='_blank'>here</a>.</p><br /> \
|
||||
<p>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 <a href='/demos/basic.html' target='_blank'>here</a>, or the advanced version <a href='/demos/butcher/index.html' target='_blank'>here</a>.</p><br /> \
|
||||
<p>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.</p><br /> \
|
||||
<p>Each hooked browser tab has a number of sub-tabs, described below:</p> \
|
||||
<p><ul><li><span style='font:bold 13px tahoma,arial,helvetica,sans-serif'>Main:</span> Display information about the hooked browser after you've run some command modules</li> \
|
||||
|
||||
Reference in New Issue
Block a user