mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
SNMP scripts are enabled on non-standard ports. See #1473
This commit is contained in:
@@ -64,7 +64,7 @@ dependencies = {"snmp-brute"}
|
||||
-- Revised 04/11/2010 - v0.3 - moved snmp_walk to snmp library <patrik@cqure.net>
|
||||
|
||||
|
||||
portrule = shortport.portnumber(161, "udp", {"open", "open|filtered"})
|
||||
portrule = shortport.port_or_service(161, "snmp", "udp", {"open", "open|filtered"})
|
||||
|
||||
--- Gets a value for the specified oid
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user