mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Remove local declarations from the usage example in unpwdb.lua on a
suggestion from Patrick Donnelly. The for loops already localize their variables.
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
-- require("unpwdb")
|
||||
--
|
||||
-- local usernames, passwords
|
||||
-- local username, password
|
||||
-- local try = nmap.new_try()
|
||||
--
|
||||
-- usernames = try(unpwdb.usernames())
|
||||
|
||||
Reference in New Issue
Block a user