From ea97bb5e783739c29934fd9907a9bf3f6d3c0d5e Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Sat, 30 Jul 2011 15:35:07 +0000 Subject: [PATCH] small update to the site redirect module - default website git-svn-id: https://beef.googlecode.com/svn/trunk@1148 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/browser/site_redirect/module.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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