mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Update snmp scripts with backwards-compatible script-arg syntax
This commit is contained in:
parent
13d06eb738
commit
4307615b50
2 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue