Commit 45c00668 authored by lovely.wcm's avatar lovely.wcm

No commit message

No commit message
parent a67531c7
......@@ -9,7 +9,7 @@ while read line
do
host=$( echo "$line" |
grep -oE "[a-z0-9]([a-z0-9_\.\-]*[a-z0-9])?\.[a-z]{2,3}" |
grep -oE "[a-z0-9]([a-z0-9_\.\-]*[a-z0-9])?\.[a-z]{2,4}" |
grep -vE "dot$|htm$|php$" );
[ "$host" ] && [ "$(nslookup $host | grep $1)" ] && echo $host;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment