Tib3rius / AutoRecon

AutoRecon is a multi-threaded network reconnaissance tool which performs automated enumeration of services.
GNU General Public License v3.0
5.11k stars 875 forks source link

Suggestion: running snmpbulkwalk to get ExtendObjects #214

Open adamast0r opened 12 months ago

adamast0r commented 12 months ago

I have experienced that sometimes I get more output when running:

snmpbulkwalk -v2c -c public -Cn0 -Cr10 IP_ADDRESS

than the tools currently running: onesixtyone and snmpwalk, could we also run snmpbulkwalk by default?

Edit: Apparently this is because of ExtendedObjects, alternatively it seems we can also include a new command to get those extra objects: snmpwalk -v 1 -c public 192.168.1.1 NET-SNMP-EXTEND-MIB::nsExtendObjects