mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove single-thread restriction from http-form-brute. Closes #264
This commit is contained in:
parent
91ea799a8b
commit
3f5a1bd4c1
1 changed files with 0 additions and 4 deletions
|
|
@ -580,10 +580,6 @@ action = function (host, port)
|
|||
end
|
||||
|
||||
local engine = brute.Engine:new(Driver, host, port, options)
|
||||
-- there's a bug in http.lua that does not allow it to be called by
|
||||
-- multiple threads
|
||||
-- TODO: is this even true any more? We should fix it if not.
|
||||
engine:setMaxThreads(1)
|
||||
engine.options.script_name = SCRIPT_NAME
|
||||
engine.options:setOption("passonly", not uservar)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue