1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-01 04:19:02 +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

@@ -24,6 +24,7 @@ categories = {"intrusive", "auth"}
require "shortport"
require "sip"
require "brute"
require "creds"
portrule = shortport.port_or_service(5060, "sip", "udp")