Updated http://beefproject.com to https://beefproject.com
This commit is contained in:
@@ -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 /> \
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user