mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
sip-brute: Added TCP support.
This commit is contained in:
parent
c28ec08836
commit
7ca5589659
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue