kaliwiki/tools/snmpcheck.md
Will Pennell 5084832217 filling in information gathering menu and tools
still missing the last few items
2014-03-30 14:44:25 -04:00

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
-------