mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Remove the restriction to one thread in http-brute.lua, as the worker thread
bug that required it has been fixed.
This commit is contained in:
parent
4a4e67bd2c
commit
ed48818666
1 changed files with 1 additions and 4 deletions
|
|
@ -116,10 +116,7 @@ action = function( host, port )
|
|||
end
|
||||
|
||||
|
||||
-- there's a bug in http.lua that does not allow it to be called by
|
||||
-- multiple threads
|
||||
engine:setMaxThreads(1)
|
||||
status, result = engine:start()
|
||||
|
||||
return result
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue