1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

FIX: Added require 'creds' where it was missing; Mostly where creds.State.<some_state> was used.

This commit is contained in:
gorjan
2011-07-07 16:22:57 +00:00
parent 880f927fc0
commit 4ca48ea450
13 changed files with 109 additions and 86 deletions

View File

@@ -32,6 +32,7 @@ Performs brute force password auditing against Subversion source code control se
require 'shortport'
require 'brute'
require 'creds'
author = "Patrik Karlsson"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
@@ -263,4 +264,4 @@ action = function(host, port)
end
return accounts
end
end