Guest User

Untitled

a guest
Apr 26th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. for i in `seq 1 16|sed 's/^\(.\)$/0\1/g'`; do dig A gateway$i.websitewelcome.com +short; done|awk -F. '{print "if [ \"`dig A "$4"."$3"."$2"."$1".ubl.unsubscore.com. +short`\" = \"127.0.0.2\" ]; then echo "$0";fi"}'|sh
Add Comment
Please, Sign In to add comment