small update to the site redirect module - default website

git-svn-id: https://beef.googlecode.com/svn/trunk@1148 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
wade@bindshell.net
2011-07-30 15:35:07 +00:00
parent 05c3122501
commit ea97bb5e78

View File

@@ -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