1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 05:01:29 +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:
dmiller
2014-02-03 16:49:26 +00:00
parent 31a2c432e1
commit 63db1bfd12
65 changed files with 159 additions and 158 deletions

View File

@@ -24,8 +24,8 @@ Attempts to discover valid IBM Lotus Domino users and download their ID files by
-- --
-- @args domino-id.path the location to which any retrieved ID files are stored -- @args domino-id.path the location to which any retrieved ID files are stored
-- @args domino-id.username the name of the user from which to retrieve the ID. -- @args domino-id.username the name of the user from which to retrieve the ID.
-- If this parameter is not specified, the unpwdb library will be used to -- If this parameter is not specified, the unpwdb
-- brute force names of users. -- library will be used to brute force names of users.
-- --
-- For more information see: -- For more information see:
-- http://www-01.ibm.com/support/docview.wss?rs=463&uid=swg21248026 -- http://www-01.ibm.com/support/docview.wss?rs=463&uid=swg21248026

View File

@@ -155,7 +155,7 @@ action = function(host, port)
local result = { success_urls, failure_urls } local result = { success_urls, failure_urls }
-- -- insert our URLs requiring auth ONLY if not ALL urls returned auth -- insert our URLs requiring auth ONLY if not ALL urls returned auth
--if (#result > #auth_urls) then --if (#result > #auth_urls) then
-- table.insert(result, 2, auth_urls) -- table.insert(result, 2, auth_urls)
--end --end

View File

@@ -27,7 +27,8 @@ Performs brute force password auditing against XMPP (Jabber) instant messaging s
-- @args xmpp-brute.auth authentication mechanism to use LOGIN, PLAIN, CRAM-MD5 -- @args xmpp-brute.auth authentication mechanism to use LOGIN, PLAIN, CRAM-MD5
-- or DIGEST-MD5 -- or DIGEST-MD5
-- @args xmpp-brute.servername needed when host name cannot be automatically -- @args xmpp-brute.servername needed when host name cannot be automatically
-- determined (eg. when running against an IP, instead of hostname) -- determined (eg. when running against an IP,
-- instead of hostname)
-- --
-- Version 0.1 -- Version 0.1