mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add @usage to snmp-sysdescr.
The auto-generated usage doesn't work for this script. Eugene Varnavsky contributed the fix.
This commit is contained in:
parent
fe9510187f
commit
613527e7e2
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ Attempts to extract system information from an SNMP version 1 service.
|
|||
]]
|
||||
|
||||
---
|
||||
-- @usage
|
||||
-- nmap -sU -p 161 --script snmp-sysdescr <target>
|
||||
--
|
||||
-- @output
|
||||
-- | snmp-sysdescr: HP ETHERNET MULTI-ENVIRONMENT,ROM A.25.80,JETDIRECT,JD117,EEPROM V.28.22,CIDATE 08/09/2006
|
||||
-- |_ System uptime: 28 days, 17:18:59 (248153900 timeticks)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue