Module clean up

This commit is contained in:
Brendan Coles
2015-01-06 10:27:10 +00:00
parent a9833fd538
commit 8a8ea35265
3 changed files with 8 additions and 11 deletions

View File

@@ -30,8 +30,7 @@ class Shell_shock_scanner < BeEF::Core::Command
{ 'name' => 'rport', 'ui_label' => 'Target Port', 'value' => '80' },
{ 'name' => 'lhost', 'ui_label' => 'Local Host', 'value' => lhost },
{ 'name' => 'lport', 'ui_label' => 'Local Port', 'value' => '4444' },
{ 'name' => 'wait', 'ui_label' => 'Wait between requests (s)', 'value' => '0.3', 'width'=>'100px' },
{ 'name' => 'timeout', 'ui_label' => 'Scan timeout (s)', 'value' => '180'}
{ 'name' => 'wait', 'ui_label' => 'Wait between requests (s)', 'value' => '0.3', 'width'=>'100px' }
]
end