mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 12:59:02 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user