This commit is contained in:
Stephen
2023-12-31 14:46:15 +10:00
parent 747ddb5387
commit 482143067b
15 changed files with 15 additions and 15 deletions

View File

@@ -15,7 +15,7 @@ WelcomeTab = function() {
welcome = " \
<div style='font:11px tahoma,arial,helvetica,sans-serif;width:500px' > \
<p><img src='<%= @base_path %>/media/images/beef.jpg' alt='BeEF - The Browser Exploitation Framework' /></p><br /> \
<p>Official website: <a href='https://beefproject.com/'>http://beefproject.com/</a></p><br />\
<p>Official website: <a href='https://beefproject.com/'>https://beefproject.com/</a></p><br />\
<p><span style='font:bold 13px tahoma,arial,helvetica,sans-serif'>Getting Started</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 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 /> \

View File

@@ -11,7 +11,7 @@
<h1>Secret page</h1>
<p>
This page is not hooked by <a href="http://beefproject.com/">BeEF</a>.
This page is not hooked by <a href="https://beefproject.com/">BeEF</a>.
However you should still be capable of accessing it using:
</p>
<ul>

View File

@@ -9,6 +9,6 @@ beef:
name: 'QR Code Generator'
enable: false
authors: ["xntrik", "bcoles"]
targets: ["/demos/basic.html", "http://beefproject.com/"]
targets: ["/demos/basic.html", "https://beefproject.com/"]
qrsize: 3
qrborder: 1