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:
@@ -24,6 +24,7 @@ categories = {"intrusive", "auth"}
|
||||
require "shortport"
|
||||
require "sip"
|
||||
require "brute"
|
||||
require "creds"
|
||||
|
||||
portrule = shortport.port_or_service(5060, "sip", "udp")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user