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:
wade@bindshell.net
2011-11-06 22:47:17 +00:00
parent a7a1a3573d
commit e957a1025c

View File

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