From 7f906cb6dc294ae3b50b637d44a470531ab1268e Mon Sep 17 00:00:00 2001 From: acidvegas Date: Fri, 24 Nov 2023 03:08:21 -0500 Subject: [PATCH] POSIX version has been debugged and tested. README updated with stats, etc --- ozones | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ozones b/ozones index 26fdbc8..ad5c2c1 100755 --- a/ozones +++ b/ozones @@ -1,9 +1,6 @@ #!/bin/sh # Mass DNS AXFR (other zones) - developed by acidvegas (https://git.acid.vegas/mdaxfr) -curl -s https://www.internic.net/domain/root.zone | awk '$4=="NS" {gsub(/\.$/, "", $NF); print $NF}' -curl -s https://www.internic.net/domain/root.zone | awk '$4=="A" || $4=="AAAA" {print $5}' - # https://portal.switch.ch/pub/open-data/#tab-fccd70a3-b98e-11ed-9a74-5254009dc73c-3 dig @zonedata.switch.ch ch. AXFR -y hmac-sha512:tsig-zonedata-ch-public-21-01:stZwEGApYumtXkh73qMLPqfbIDozWKZLkqRvcjKSpRnsor6A6MxixRL6C2HeSVBQNfMW4wer+qjS0ZSfiWiJ3Q== > ch.txt dig @zonedata.switch.ch li. AXFR -y hmac-sha512:tsig-zonedata-li-public-21-01:t8GgeCn+fhPaj+cRy1epox2Vj4hZ45ax6v3rQCkkfIQNg5fsxuU23QM5mzz+BxJ4kgF/jiQyBDBvL+XWPE6oCQ== > li.txt @@ -26,4 +23,5 @@ wget -O nc.txt https://www.domaine.nc/whos?who=A* curl -s -H 'Accept: application/json' 'https://odata.domain.fi/OpenDomainData.svc/Domains?$inlinecount=allpages' # not sure about this one.... wget -O dn42.txt http://ix.ucis.nl/dn42/dnszone2.php? # Darknet -``` + +curl -s https://www.internic.net/domain/root.zone | awk '$4=="A" || $4=="AAAA" {print $5}' \ No newline at end of file