jablonka.czprosek.czf

netmap

Subversion Repositories:
[/] [data/] [getwhois] - Rev 74 Go to most recent revision

Compare with Previous - Blame - Download


#route -n | grep 255.255.0.0 | awk '{print $1}' | awk -F . '{print $2";"$1"."$2"."$3".1;0;100;100;"}' 
#echo "10.33.0.0" | awk -F . '{print $2";"$1"."$2"."$3".2;0;100;100;"}' 

for i in `seq 25 40`
do whois -h whois.czfree.net 10.$i.0.0 \
| egrep -i "tech-c \
| admin-c" \
| awk '{ print $2 }' 2>&1
sleep 1
done | sort | uniq

Powered by WebSVN 2.2.1