mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 05:09:14 +00:00
Replace inline tabs with spaces.
Left some in the @output section, since libraries are apparently emitting tab-separated tables (mysql or mssql) https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
@@ -151,7 +151,7 @@ so, it starves the http server's resources causing Denial Of Service.
|
||||
-- if second connection died 10 or more seconds after the first
|
||||
-- it means that sending additional data prolonged the connection's time
|
||||
-- and the server is vulnerable to slowloris attack
|
||||
if diff >= 10 then
|
||||
if diff >= 10 then
|
||||
stdnse.print_debug("Difference is greater or equal to 10 seconds.")
|
||||
slowloris.state = vulns.STATE.VULN
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user