Add wait option to Flash scanner

This commit is contained in:
Brendan Coles
2016-04-04 10:15:41 +00:00
parent 7b96212876
commit 37f536fc12
3 changed files with 8 additions and 6 deletions

View File

@@ -38,7 +38,8 @@ class Cross_origin_scanner_flash < BeEF::Core::Command
return [
{'name' => 'ipRange', 'ui_label' => 'Scan IP range (C class)', 'value' => '192.168.0.1-192.168.0.254'},
{'name' => 'ports', 'ui_label' => 'Ports', 'value' => '80,8080'},
{'name' => 'threads', 'ui_label' => 'Workers', 'value' => '3'},
{'name' => 'threads', 'ui_label' => 'Workers', 'value' => '2'},
{'name' => 'wait', 'ui_label' => 'Wait (s) between each request for each worker', 'value' => '2'},
{'name' => 'timeout', 'ui_label' => 'Timeout for each request (s)', 'value' => '10'}
]
end