mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 07:38:39 +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
|
|
@ -76,9 +76,9 @@ KRB5 = {
|
|||
{ ['aes128-cts-hmac-sha1-96'] = 17 },
|
||||
{ ['des3-cbc-sha1'] = 16 },
|
||||
{ ['rc4-hmac'] = 23 },
|
||||
-- { ['des-cbc-crc'] = 1 },
|
||||
-- { ['des-cbc-md5'] = 3 },
|
||||
-- { ['des-cbc-md4'] = 2 }
|
||||
-- { ['des-cbc-crc'] = 1 },
|
||||
-- { ['des-cbc-md5'] = 3 },
|
||||
-- { ['des-cbc-md4'] = 2 }
|
||||
},
|
||||
|
||||
-- A list of principal name types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue