mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 22:21:29 +00:00
o [NSE] Fixed a bug where the brute library would not abort even after all
retries were exhausted [Patrik]
This commit is contained in:
@@ -524,6 +524,8 @@ Engine =
|
||||
if ( retries == 0 ) then
|
||||
Engine.terminate_all = true
|
||||
self.error = "Too many retries, aborted ..."
|
||||
response = Error:new("Too many retries, aborted ...")
|
||||
response.abort = true
|
||||
end
|
||||
return status, response
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user