mirror of
https://github.com/nmap/nmap.git
synced 2026-01-02 12:59: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:
@@ -60,7 +60,7 @@ end
|
||||
action = function(host, port)
|
||||
|
||||
-- create a new crawler instance
|
||||
local crawler = httpspider.Crawler:new( host, port, nil, { scriptname = SCRIPT_NAME } )
|
||||
local crawler = httpspider.Crawler:new( host, port, nil, { scriptname = SCRIPT_NAME } )
|
||||
|
||||
if ( not(crawler) ) then
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user