Updated http://beefproject.com to https://beefproject.com
This commit is contained in:
@@ -10,7 +10,7 @@ class Get_visited_urls < BeEF::Core::Command
|
||||
'name' => 'urls',
|
||||
'description' => 'Enter target URL(s)',
|
||||
'type' => 'textarea',
|
||||
'value' => 'http://beefproject.com/',
|
||||
'value' => 'https://beefproject.com/',
|
||||
'width' => '200px' }
|
||||
]
|
||||
end
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
class Link_rewrite < BeEF::Core::Command
|
||||
def self.options
|
||||
[
|
||||
{ 'ui_label' => 'URL', 'name' => 'url', 'description' => 'Target URL', 'value' => 'http://beefproject.com/', 'width' => '200px' }
|
||||
{ 'ui_label' => 'URL', 'name' => 'url', 'description' => 'Target URL', 'value' => 'https://beefproject.com/', 'width' => '200px' }
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
class Link_rewrite_click_events < BeEF::Core::Command
|
||||
def self.options
|
||||
[
|
||||
{ 'ui_label' => 'URL', 'name' => 'url', 'description' => 'Target URL', 'value' => 'http://beefproject.com/', 'width' => '200px' }
|
||||
{ 'ui_label' => 'URL', 'name' => 'url', 'description' => 'Target URL', 'value' => 'https://beefproject.com/', 'width' => '200px' }
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
class Site_redirect < BeEF::Core::Command
|
||||
def self.options
|
||||
[
|
||||
{ 'ui_label' => 'Redirect URL', 'name' => 'redirect_url', 'description' => 'The URL the target will be redirected to.', 'value' => 'http://beefproject.com/',
|
||||
{ 'ui_label' => 'Redirect URL', 'name' => 'redirect_url', 'description' => 'The URL the target will be redirected to.', 'value' => 'https://beefproject.com/',
|
||||
'width' => '200px' }
|
||||
]
|
||||
end
|
||||
|
||||
@@ -17,7 +17,7 @@ class Site_redirect_iframe < BeEF::Core::Command
|
||||
'width' => '200px' },
|
||||
{ 'name' => 'iframe_favicon', 'description' => 'Shortcut Icon', 'ui_label' => 'New Favicon', 'value' => favicon_uri, 'width' => '200px' },
|
||||
|
||||
{ 'name' => 'iframe_src', 'description' => 'Source of the iFrame', 'ui_label' => 'Redirect URL', 'value' => 'http://beefproject.com/', 'width' => '200px' },
|
||||
{ 'name' => 'iframe_src', 'description' => 'Source of the iFrame', 'ui_label' => 'Redirect URL', 'value' => 'https://beefproject.com/', 'width' => '200px' },
|
||||
{ 'name' => 'iframe_timeout', 'description' => 'iFrame timeout', 'ui_label' => 'Timeout', 'value' => '3500', 'width' => '150px' }
|
||||
]
|
||||
end
|
||||
|
||||
@@ -14,7 +14,7 @@ class Test_cors_request < BeEF::Core::Command
|
||||
[
|
||||
{ 'name' => 'method', 'ui_label' => 'Method', 'type' => 'text', 'width' => '400px', 'value' => 'GET' },
|
||||
{ 'name' => 'url', 'ui_label' => 'URL', 'type' => 'text', 'width' => '400px',
|
||||
'value' => 'http://graph.facebook.com/fql?q=SELECT%20url,total_count%20FROM%20link_stat%20WHERE%20url=%27http://beefproject.com/%27' },
|
||||
'value' => 'http://graph.facebook.com/fql?q=SELECT%20url,total_count%20FROM%20link_stat%20WHERE%20url=%27https://beefproject.com/%27' },
|
||||
{ 'name' => 'data', 'ui_label' => 'Data', 'type' => 'text', 'width' => '400px', 'value' => 'postdata' }
|
||||
]
|
||||
end
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#
|
||||
class Test_http_redirect < BeEF::Core::Command
|
||||
def pre_send
|
||||
BeEF::Core::NetworkStack::Handlers::AssetHandler.instance.bind_redirect('http://beefproject.com', '/redirect')
|
||||
BeEF::Core::NetworkStack::Handlers::AssetHandler.instance.bind_redirect('https://beefproject.com', '/redirect')
|
||||
end
|
||||
|
||||
def post_execute
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
class Invisible_iframe < BeEF::Core::Command
|
||||
def self.options
|
||||
[
|
||||
{ 'name' => 'target', 'ui_label' => 'URL', 'value' => 'http://beefproject.com/' }
|
||||
{ 'name' => 'target', 'ui_label' => 'URL', 'value' => 'https://beefproject.com/' }
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* Plugin Name: beefbind
|
||||
* Plugin URI: http://beefproject.com
|
||||
* Plugin URI: https://beefproject.com
|
||||
* Description: BeEF bind shell with CORS.
|
||||
* Version: 1.1
|
||||
* Authors: Bart Leppens, Erwan LR (@erwan_lr | WPScanTeam)
|
||||
|
||||
Reference in New Issue
Block a user