Footprinting, Enum and Fuzzing commands Flashcards
Commands for footprinting, enumerating and fuzzing applications and services.
1
Q
How to enumerate an SNMP agent running SNMP v2 with snmpwalk?
A
snmpwalk -v2c -c [community string] [ip]
2
Q
How to bruteforce an SNMP community string with onesixtyone?
A
onesixtyone -c [wordlist] [ip]
3
Q
How to enumerate an SNMP agent with braa?
A
braa [community string]@[IP]:.1.3.6.*