mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Remove trailing whitespace in lua files
Whitespace is not significant, so this should not be a problem. https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
parent
86ac3c0a19
commit
620f9fdb34
499 changed files with 11134 additions and 11134 deletions
|
|
@ -23,13 +23,13 @@ For more information,see:
|
|||
-- @output
|
||||
-- PORT STATE SERVICE REASON
|
||||
-- 80/tcp open http syn-ack
|
||||
-- | http-drupal-enum-users:
|
||||
-- | admin
|
||||
-- | http-drupal-enum-users:
|
||||
-- | admin
|
||||
-- | alex
|
||||
-- | manager
|
||||
-- |_ user
|
||||
--
|
||||
-- @args http-drupal-enum-users.root base path. Defaults to "/"
|
||||
-- @args http-drupal-enum-users.root base path. Defaults to "/"
|
||||
|
||||
author = "Hani Benhabiles"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
|
|
@ -48,7 +48,7 @@ action = function(host, port)
|
|||
root = root .. "/"
|
||||
end
|
||||
|
||||
-- characters that usernames may begin with
|
||||
-- characters that usernames may begin with
|
||||
-- + is space in url
|
||||
local characters = "abcdefghijklmnopqrstuvwxyz.-123456789+"
|
||||
|
||||
|
|
@ -63,7 +63,7 @@ action = function(host, port)
|
|||
stdnse.print_debug(1, "%s: No answers from pipelined requests", SCRIPT_NAME)
|
||||
return nil
|
||||
end
|
||||
|
||||
|
||||
for i, response in pairs(pipeline_responses) do
|
||||
if response.status == 200 then
|
||||
local status, info = json.parse(response.body)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue