mirror of
https://github.com/nmap/nmap.git
synced 2026-02-06 21:46:34 +00:00
Update snmp scripts with backwards-compatible script-arg syntax
This commit is contained in:
@@ -22,7 +22,7 @@ http://grutztopia.jingojango.net/2012/10/hph3c-and-huawei-snmp-weak-access-to.ht
|
||||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap -sU -p 161 --script snmp-hh3c-logins --script-args creds.snmp=<community> <target>
|
||||
-- nmap -sU -p 161 --script snmp-hh3c-logins --script-args creds.snmp=:<community> <target>
|
||||
--
|
||||
-- @output
|
||||
-- | snmp-hh3c-logins:
|
||||
|
||||
@@ -12,7 +12,7 @@ Attempts to downloads Cisco router IOS configuration files using SNMP RW (v1) an
|
||||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap -sU -p 161 --script snmp-ios-config --script-args creds.snmp=<community> <target>
|
||||
-- nmap -sU -p 161 --script snmp-ios-config --script-args creds.snmp=:<community> <target>
|
||||
--
|
||||
-- @output
|
||||
-- | snmp-ios-config:
|
||||
|
||||
Reference in New Issue
Block a user