fixed output directory

This commit is contained in:
2026-03-22 00:46:36 -04:00
parent 628e58d250
commit 8ab959a2ff
2 changed files with 6 additions and 2 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# NSEC Statistics for TLDs - developed by acidvegas (https://github.com/acidvegas/nsecx)
# nsecx/.gitignore
nsecx_out/

4
nsecx
View File

@@ -1,5 +1,5 @@
#!/bin/sh
# NSEC/NSEC3 Zone Walking - developed by acidvegas (https://github.com/acidvegas/nsecx)
# NSEC[3] Walking for DNSSEC Enabled Zones - Developed by acidvegas (https://github.com/acidvegas/nsecx)
# Usage:
# Walk a single domain:
@@ -291,7 +291,7 @@ nwalk_zone() {
fi
}
output_dir="nwalk_out"
output_dir="nsecx_out"
mkdir -p $output_dir
if [ -t 0 ]; then