mirror of
https://github.com/nmap/nmap.git
synced 2026-01-20 13:19: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:
@@ -46,7 +46,7 @@ Driver =
|
||||
return o
|
||||
end,
|
||||
|
||||
connect = function ( self ) return true end,
|
||||
connect = function ( self ) return true end,
|
||||
|
||||
login = function( self, username, password )
|
||||
local postdata='<?xml version="1.0" encoding="UTF-8"?><LoginRequest sync-id="1" user-id="'..username..'" password="'..password..'"></LoginRequest>'
|
||||
|
||||
Reference in New Issue
Block a user