bG9va3VwLnNoIHVwZGF0ZQo=

This commit is contained in:
lovelywcm 2010-01-13 06:46:36 +00:00
parent 34d5bfbe13
commit 7841861919

View File

@ -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;