Advertisement
SH1NU11b1

dig1.sh

Feb 16th, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. #chmod +x dig1.sh.sh
  4. #command line:dig -x dig1.sh > out1put.txt
  5.  
  6. for IP in `cat [list]`; do echo "[*] $IP -> "`dig –x $IP +short`;
  7.   done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement