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]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to bruteforce an SNMP community string with onesixtyone?

A

onesixtyone -c [wordlist] [ip]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to enumerate an SNMP agent with braa?

A

braa [community string]@[IP]:.1.3.6.*

How well did you know this?
1
Not at all
2
3
4
5
Perfectly