fixed output directory
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# NSEC Statistics for TLDs - developed by acidvegas (https://github.com/acidvegas/nsecx)
|
||||
# nsecx/.gitignore
|
||||
|
||||
nsecx_out/
|
||||
4
nsecx
4
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
|
||||
|
||||
Reference in New Issue
Block a user