mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 09:29:01 +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:
@@ -93,7 +93,7 @@ action = function( host, port )
|
||||
end
|
||||
|
||||
local uid, pid = data:match("uid=(%d+)&pid=(%d+)")
|
||||
if ( uid and pid ) then tab.addrow( results, app, uid, pid ) end
|
||||
if ( uid and pid ) then tab.addrow( results, app, uid, pid ) end
|
||||
|
||||
try( socket:close() )
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user