diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..951f643 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# NSEC Statistics for TLDs - developed by acidvegas (https://github.com/acidvegas/nsecx) +# nsecx/.gitignore + +nsecx_out/ \ No newline at end of file diff --git a/nsecx b/nsecx index 8647a56..2b8eecf 100755 --- a/nsecx +++ b/nsecx @@ -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