nsecx

- NSEC[3] Walking for DNSSEC
git clone git://git.acid.vegas/nsecx.git
Log | Files | Refs | Archive | README | LICENSE

commit 4ee52126665b093c480978368741d249ff2b0713
parent 32af9d3bcd8c867624f0e7f90a6ee9af793bfb0f
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sat, 20 Jan 2024 19:23:34 -0500

Updated mirrors and LICENSE

Diffstat:
MLICENSE | 2+-
MREADME.md | 8++------
Ansec.txt | 51+++++++++++++++++++++++++++++++++++++++++++++++++++
Moutput/nsec3.txt | 4++++
Mtldsec | 4----

5 files changed, 58 insertions(+), 11 deletions(-)

diff --git a/LICENSE b/LICENSE
@@ -1,6 +1,6 @@
 ISC License
 
-Copyright (c) 2023, acidvegas <acid.vegas@acid.vegas>
+Copyright (c) 2024, acidvegas <acid.vegas@acid.vegas>
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
diff --git a/README.md b/README.md
@@ -56,13 +56,9 @@ Next domain: *.nic.auto.
 Next domain: _c311ff38bcd400b0adf7fa2b71732858.nic.auto.
 ```
 
-
-
 ## References
 - https://www.rfc-editor.org/rfc/rfc5155.html
-___
-
-###### Mirrors
-[acid.vegas](https://git.acid.vegas/nsecx) • [GitHub](https://github.com/acidvegas/nsecx) • [GitLab](https://gitlab.com/acidvegas/nsecx) • [SuperNETs](https://git.supernets.org/acidvegas/nsecx)
 
+___
 
+###### Mirrors for this repository: [acid.vegas](https://git.acid.vegas/nsecx) • [SuperNETs](https://git.supernets.org/acidvegas/nsecx) • [GitHub](https://github.com/acidvegas/nsecx) • [GitLab](https://gitlab.com/acidvegas/nsecx) • [Codeberg](https://codeberg.org/acidvegas/nsecx)
diff --git a/nsec.txt b/nsec.txt
@@ -0,0 +1,51 @@
+arpa
+audio
+auto
+ax
+bd
+br
+bt
+car
+cars
+ch
+christmas
+ci
+diet
+dz
+ee
+er
+flowers
+game
+gdn
+gn
+gov
+guitars
+hosting
+id
+ir
+kg
+kz
+lb
+li
+lk
+lol
+lr
+mc
+mom
+nu
+pics
+pr
+ruhr
+se
+sl
+tn
+tz
+ve
+xn--54b7fta0cc
+xn--80ao21a
+xn--fzc2c9e2c
+xn--l1acc
+xn--mgbai9azgqp6j
+xn--pgbs0dh
+xn--xkc2al3hye2a
+xn--ygbi2ammx
diff --git a/output/nsec3.txt b/output/nsec3.txt
@@ -1307,3 +1307,7 @@ zip:1 0 1 022541E0AB3EFD1F
 zm:1 0 10 667B2FD9
 zone:1 0 10 332539EE7F95C32A
 zuerich:1 0 0 -
+aaa:1 0 0 -
+aarp:1 0 0 -
+abb:1 0 100 332539EE7F95C32A
+abbott:1 0 100 332539EE7F95C32A
diff --git a/tldsec b/tldsec
@@ -40,10 +40,6 @@ nodnssec_total=0
 
 # Read through each TLD in the list
 echo "$tld_list" | while read -r tld; do
-    # Skip comments and empty lines
-    case "$tld" in
-        \#*|"") continue;;
-    esac
 
     # Increase TLD count
     current_tld=$((current_tld + 1))