mirror of
https://github.com/nmap/nmap.git
synced 2025-12-13 19:29:04 +00:00
Re-indent the Lua files in nselib/data/
https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
@@ -362,4 +362,4 @@ tools = { Django = { rapidDetect = function(host, port)
|
||||
return
|
||||
end
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11938,5 +11938,5 @@ if f then
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
local table = require 'table'
|
||||
|
||||
--[[
|
||||
This is compiled list of known IKE vendor IDs.
|
||||
This is compiled list of known IKE vendor IDs.
|
||||
|
||||
Most of the VIDs have been copied from ike-scan with permission from
|
||||
the original author, Roy Hills, so a big 'thank you' is in order.
|
||||
-- http://www.nta-monitor.com/wiki/index.php/Ike-scan_Documentation
|
||||
Most of the VIDs have been copied from ike-scan with permission from
|
||||
the original author, Roy Hills, so a big 'thank you' is in order.
|
||||
-- http://www.nta-monitor.com/wiki/index.php/Ike-scan_Documentation
|
||||
|
||||
Unknown ids:
|
||||
Unknown ids:
|
||||
ab926d9ee113a0219557fcc54e52865c (Citrix NetScaler ?)
|
||||
5062b335bc20db32c0d54465a2f70100 (fortigate ?)
|
||||
4f4540454371496d7a684644 (linksys ?)
|
||||
|
||||
Reference in New Issue
Block a user