mirror of
https://github.com/gfwlist/gfwlist.git
synced 2024-12-24 23:55:18 +00:00
bG9va3VwLnNoIHVwZGF0ZQo=
This commit is contained in:
parent
34d5bfbe13
commit
7841861919
@ -10,7 +10,8 @@ do
|
|||||||
|
|
||||||
host=$( echo "$line" |
|
host=$( echo "$line" |
|
||||||
grep -oE "[a-z0-9]([a-z0-9_\.\-]*[a-z0-9])?\.[a-z]{2,4}" |
|
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;
|
[ "$host" ] && [ "$(nslookup $host | grep -i $1)" ] && echo $host;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user