mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 03:19:02 +00:00
Correct reference to snmpcommunity script-arg. Fixes #861
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 snmpcommunity=<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 snmpcommunity=<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