Geek Memos
  • Home
Subscribe
Tagged

snmp

A collection of 1 post

bash

SNMPWALK against multiple IP address

For a recent test, I needed to perform multiple snmpwalk scans against a set of IP addresses. Instead of running each scan separately, I was able to write a bash script. Enjoy: for ip in $(cat snmpWindowsIPs.txt); do echo "----------------------------------------------------"; echo " [+] Testing " $ip; echo "

  • Q
Q Oct 18, 2014 • 1 min read
Geek Memos © 2022
Powered by Ghost