diff --git a/modules/browser/site_redirect/module.rb b/modules/browser/site_redirect/module.rb index 474409b3b..91c401930 100644 --- a/modules/browser/site_redirect/module.rb +++ b/modules/browser/site_redirect/module.rb @@ -17,7 +17,7 @@ class Site_redirect < BeEF::Core::Command def self.options return [ - { 'ui_label'=>'Redirect URL', 'name'=>'redirect_url', 'description' => 'The URL the target will be redirected to.', 'value'=>'http://www.bindshell.net/', 'width'=>'200px' } + { 'ui_label'=>'Redirect URL', 'name'=>'redirect_url', 'description' => 'The URL the target will be redirected to.', 'value'=>'http://beefproject.com/', 'width'=>'200px' } ] end