diff --git a/modules/browser/site_redirect_iframe/module.rb b/modules/browser/site_redirect_iframe/module.rb index 9810d0850..d19d6eb06 100644 --- a/modules/browser/site_redirect_iframe/module.rb +++ b/modules/browser/site_redirect_iframe/module.rb @@ -17,7 +17,7 @@ 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' => 'BeEF - The Browser Exploitation Framework Project', 'width'=>'200px' }, + { 'name' => 'iframe_title', 'description' => 'Title of the iFrame', 'ui_label' => 'New 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' } ]