mirror of
https://github.com/nmap/nmap.git
synced 2026-01-01 20:39:02 +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:
@@ -68,7 +68,7 @@ Driver = {
|
||||
return true, brute.Account:new(username, password, creds.State.VALID)
|
||||
end,
|
||||
|
||||
disconnect = function(self) return self.helper:close() end,
|
||||
disconnect = function(self) return self.helper:close() end,
|
||||
}
|
||||
|
||||
-- Function used to check if we can distinguish existing from non-existing
|
||||
|
||||
Reference in New Issue
Block a user