From fc707385d0d5b7143b664a42ff29719ed4858f27 Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Sat, 30 Jul 2011 15:35:30 +0000 Subject: [PATCH] small update to the site redirect module iframe - default website git-svn-id: https://beef.googlecode.com/svn/trunk@1149 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/browser/site_redirect_iframe/module.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/browser/site_redirect_iframe/module.rb b/modules/browser/site_redirect_iframe/module.rb index f97eb485e..0f49c15bd 100644 --- a/modules/browser/site_redirect_iframe/module.rb +++ b/modules/browser/site_redirect_iframe/module.rb @@ -17,8 +17,8 @@ class Site_redirect_iframe < BeEF::Core::Command def self.options return [ - { 'name' => 'iframe_title', 'description' => 'Title of the iFrame', 'ui_label' => 'New Page Title', 'value' => 'BindShell.Net: Home', 'width'=>'200px' }, - { 'name' => 'iframe_src', 'description' => 'Source of the iFrame', 'ui_label' => 'Redirect URL', 'value' => 'http://www.bindshell.net/', 'width'=>'200px' }, + { 'name' => 'iframe_title', 'description' => 'Title of the iFrame', 'ui_label' => 'New Page Title', 'value' => 'BeEF - The Browser Exploitation Framework Project', 'width'=>'200px' }, + { 'name' => 'iframe_src', 'description' => 'Source of the iFrame', 'ui_label' => 'Redirect URL', 'value' => 'http://beefproject.com/', 'width'=>'200px' }, { 'name' => 'iframe_timeout', 'description' => 'iFrame timeout', 'ui_label' => 'Timeout', 'value' => '3500', 'width'=>'150px' } ] end