mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +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:
parent
31a2c432e1
commit
63db1bfd12
65 changed files with 159 additions and 158 deletions
|
|
@ -31,10 +31,10 @@ portrule = shortport.port_or_service(500, "isakmp", "udp")
|
|||
--
|
||||
local function get_version(host, port)
|
||||
local packet, version, t
|
||||
local auth = {"psk", "rsa", "Hybrid", "XAUTH"}
|
||||
local encryption = {"des", "3des", "aes/128", "aes/192", "aes/256"}
|
||||
local hash = {"md5", "sha1"}
|
||||
local group = {"768", "1024", "1536"}
|
||||
local auth = {"psk", "rsa", "Hybrid", "XAUTH"}
|
||||
local encryption = {"des", "3des", "aes/128", "aes/192", "aes/256"}
|
||||
local hash = {"md5", "sha1"}
|
||||
local group = {"768", "1024", "1536"}
|
||||
|
||||
|
||||
-- generate transforms
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue