Skip to content

Instantly share code, notes, and snippets.

@shollingsworth
Created February 10, 2022 01:50
Show Gist options
  • Save shollingsworth/5c25f6b93092c8e0e97fda2c9fc6d6ad to your computer and use it in GitHub Desktop.
Save shollingsworth/5c25f6b93092c8e0e97fda2c9fc6d6ad to your computer and use it in GitHub Desktop.
perform snmp enumeration snmpwalk all
snmpwalk -v2c -c public ${RHOSTS} -m ALL |& tee snmp_all.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment