bG9va3VwLnNoIHVwZGF0ZQo=

pull/47/head
lovelywcm 2010-01-13 06:46:36 +00:00
parent 34d5bfbe13
commit 7841861919
1 changed files with 2 additions and 1 deletions

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;