mirror of
https://github.com/nmap/nmap.git
synced 2026-02-08 14:36:33 +00:00
sip-brute: Added TCP support.
This commit is contained in:
@@ -29,7 +29,7 @@ license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
categories = {"intrusive", "brute"}
|
||||
|
||||
|
||||
portrule = shortport.port_or_service(5060, "sip", "udp")
|
||||
portrule = shortport.port_or_service(5060, "sip", {"tcp", "udp"})
|
||||
|
||||
Driver = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user