From 5f12ba238e80b354f858d25ab36513e759bb03c1 Mon Sep 17 00:00:00 2001 From: ahdoawhfo Date: Wed, 21 Aug 2024 11:42:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=83=A8=E5=88=86=E4=B8=8D?= =?UTF-8?q?=E5=8F=AF=E6=A3=80=E6=B5=8B=E5=9F=9F=E5=90=8D=E5=92=8C=E6=BA=A2?= =?UTF-8?q?=E4=BB=B7=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DOMAINS | 15 --------------- TLD_DATA | 18 +++++++++--------- domain_check.py | 2 +- 3 files changed, 10 insertions(+), 25 deletions(-) diff --git a/DOMAINS b/DOMAINS index bb40c8a..0d0eb25 100644 --- a/DOMAINS +++ b/DOMAINS @@ -1,34 +1,19 @@ am cm -im -bi ci -ge lv -at -by cl cx cz de fi -gd gs -lc -lt lu mk -nu nz -pw -ro rs ru si su -vg -ws -gy -st qa moe \ No newline at end of file diff --git a/TLD_DATA b/TLD_DATA index f31d3ce..b732381 100644 --- a/TLD_DATA +++ b/TLD_DATA @@ -5,7 +5,7 @@ net=whois.verisign-grs.com=No match for= ae=whois.aeda.net.ae=No Data Found= af=whois.nic.af=No Object Found= ag=whois.name.com=NO DOMAIN= -am=whois.amnic.net=NO DOMAIN= +am=whois.amnic.net=No match= as=whois.nic.as=NOT FOUND= at=whois.name.com=NO DOMAIN= au=whois.audns.net.au=No Data Found= @@ -38,8 +38,8 @@ cc=ccwhois.verisign-grs.com=No match for= cd=whois.nic.cd=No Object Found= cf=whois.dot.cf=not known= ci=whois.nic.ci=No Object Found= -cl=whois.nic.cl=no existe= -cm=whois.netcom.cm=Not Registered= +cl=whois.nic.cl=no entries found= +cm=whois.netcom.cm=No Object Found= cn=whois.cnnic.net.cn=No matching record= co=whois.nic.co=Not found= cool=whois.donuts.co=Domain not found= @@ -63,7 +63,7 @@ fm=whois.nic.fm=ot found= fo=whois.nic.fo=No entries found= fr=whois.nic.fr=o entries found= //gb=whois.ripe.net=No entries found= -gd=whois.nic.gd=ot found= +gd=whois.nic.gd=NOT FOUND= ge=whois.name.com=NO DOMAIN= gg=whois.gg=NOT FOUND= gi=whois2.afilias-grs.net=NOT FOUND= @@ -104,7 +104,7 @@ la=whois.nic.la=DOMAIN NOT FOUND= lc=whois.name.com=NO DOMAIN= li=whois.nic.li=not have an entry= lt=whois.domreg.lt=available= -lu=whois.dns.lu=o such domain= +lu=whois.dns.lu=No such domain= lv=whois.nic.lv= free= ly=whois.nic.ly=Not found= ma=whois.iam.net.ma=No Object Found= @@ -117,7 +117,7 @@ mm=whois.nic.mm=No domains matched= mn=whois.nic.mn=NOT FOUND= mo=whois.monic.mo=o match for= mobi=whois.afilias.net=NOT FOUND= -moe=whois.nic.moe=available= +moe=whois.nic.moe=No Data Found= mom=whois.uniregistry.net=available= ms=whois.nic.ms=No Object Found= mu=whois.nic.mu=No Object Found= @@ -132,7 +132,7 @@ ng=whois.nic.net.ng=No Object Found= nl=whois.domain-registry.nl=is free= no=whois.norid.no=o match= nu=whois.name.com=NO DOMAIN= -nz=whois.srs.net.nz=220 Available= +nz=whois.srs.net.nz=Not found= co.nz=whois.srs.net.nz=220 Available= om=whois.registry.om=No Data Found= one=whois.nic.one=No Data Found= @@ -152,7 +152,7 @@ pub=whois.unitedtld.com=ot found= pw=whois.nic.pw=DOMAIN NOT FOUND= qa=whois.registry.qa=No Data Found= re=whois.nic.re=o entries found= -ro=whois.rotld.ro=o entries found= +//ro=whois.rotld.ro=No entries found= rs=whois.rnids.rs=is not registered= ru=whois.tcinet.ru=No entries found= rw=whois.ricta.org.rw=No Object Found= @@ -199,7 +199,7 @@ uy=whois.nic.org.uy=o match for= uz=whois.cctld.uz=ot found= vc=whois2.afilias-grs.net=NOT FOUND= ve=whois.nic.ve=o match for= -vg=whois.nic.vg=ot found= +vg=whois.nic.vg=DOMAIN NOT FOUND= vip=whois.nic.vip=has not been registered= vu=vunic.vu=is not valid= wang=whois.gtld.knet.cn=bject does not exist= diff --git a/domain_check.py b/domain_check.py index b5d9470..dc36a50 100644 --- a/domain_check.py +++ b/domain_check.py @@ -126,7 +126,7 @@ def main(): ) # Use a thread pool to check multiple domains concurrently - with concurrent.futures.ThreadPoolExecutor(max_workers=5) as executor: + with concurrent.futures.ThreadPoolExecutor(max_workers=1) as executor: futures = [ executor.submit(domain_megabot, domain, pattern, server) for domain, pattern, server in domains