mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
36 lines
613 B
Markdown
36 lines
613 B
Markdown
# snmpcheck
|
|
|
|
Notes
|
|
-------
|
|
|
|
Help Text
|
|
-------
|
|
```
|
|
snmpcheck.pl v1.8 - SNMP enumerator
|
|
Copyright (c) 2005-2011 by Matteo Cantoni (www.nothink.org)
|
|
|
|
Usage ./snmpcheck.pl -t <IP address>
|
|
|
|
-t : target host;
|
|
|
|
-p : SNMP port; default port is 161;
|
|
-c : SNMP community; default is public;
|
|
-v : SNMP version (1,2); default is 1;
|
|
-r : request retries; default is 0;
|
|
|
|
-w : detect write access (separate action by enumeration);
|
|
|
|
-d : disable 'TCP connections' enumeration!
|
|
-T : force timeout in seconds; default is 20. Max is 60;
|
|
-D : enable debug;
|
|
-h : show help menu;
|
|
|
|
```
|
|
|
|
Example Usage
|
|
-------
|
|
|
|
Links
|
|
-------
|
|
|