Geek Memos
  • Home
Sign in Subscribe

bash

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 "----------------------------------------------------"; echo " " echo "----------------------------------------------------"; echo
Oct 18, 2014 1 min read
Page 1 of 1
Geek Memos © 2023
Powered by Ghost