Created
February 10, 2022 01:50
-
-
Save shollingsworth/5c25f6b93092c8e0e97fda2c9fc6d6ad to your computer and use it in GitHub Desktop.
perform snmp enumeration snmpwalk all
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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