Execute on tab module description and format updated
git-svn-id: https://beef.googlecode.com/svn/trunk@1412 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
@@ -17,8 +17,8 @@ class Execute_tabs < BeEF::Core::Command
|
||||
|
||||
def self.options
|
||||
return [
|
||||
{'name' => 'url', 'ui_label' => 'URL', 'value' => 'https://www.google.com/accounts/EditUserInfo', 'type' =>'textarea', 'width' => '500px'},
|
||||
{'name' => 'theJS', 'ui_label' => 'Javascript', 'value' => 'prompt(\'uhm?\');', 'type' => 'textarea', 'width' => '400px', 'height' => '300px'}
|
||||
{'name' => 'url', 'ui_label' => 'URL', 'value' => 'https://www.google.com/accounts/EditUserInfo', 'width' => '500px'},
|
||||
{'name' => 'theJS', 'ui_label' => 'Javascript', 'value' => 'prompt(\'BeEF\');', 'type' => 'textarea', 'width' => '400px', 'height' => '300px'}
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user