Commit 78418619 authored by lovelywcm's avatar lovelywcm

bG9va3VwLnNoIHVwZGF0ZQo=

parent 34d5bfbe
......@@ -10,7 +10,8 @@ do
host=$( echo "$line" |
grep -oE "[a-z0-9]([a-z0-9_\.\-]*[a-z0-9])?\.[a-z]{2,4}" |
grep -vE "dotn$|html$|php$" );
grep -vE "(aspx?|dotn|exe|fan|html?|php|zh)$"
);
[ "$host" ] && [ "$(nslookup $host | grep -i $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