diff --git a/README.md b/README.md index b0e819b0..8557d205 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,7 @@ fuzz_wordlist=${tools}/fuzz_wordlist.txt lfi_wordlist=${tools}/lfi_wordlist.txt ssti_wordlist=${tools}/ssti_wordlist.txt subs_wordlist=${tools}/subdomains.txt -subs_wordlist_big=${tools}/subdomains_big.txt +subs_wordlist_big=${tools}/subdomains_n0kovo_big.txt resolvers=${tools}/resolvers.txt resolvers_trusted=${tools}/resolvers_trusted.txt diff --git a/Terraform/files/reconftw.cfg b/Terraform/files/reconftw.cfg index e9c02207..af1480c8 100644 --- a/Terraform/files/reconftw.cfg +++ b/Terraform/files/reconftw.cfg @@ -159,7 +159,7 @@ fuzz_wordlist=${tools}/fuzz_wordlist.txt lfi_wordlist=${tools}/lfi_wordlist.txt ssti_wordlist=${tools}/ssti_wordlist.txt subs_wordlist=${tools}/subdomains.txt -subs_wordlist_big=${tools}/subdomains_big.txt +subs_wordlist_big=${tools}/subdomains_n0kovo_big.txt resolvers=${tools}/resolvers.txt resolvers_trusted=${tools}/resolvers_trusted.txt diff --git a/reconftw.cfg b/reconftw.cfg index a976876c..7004f6cd 100644 --- a/reconftw.cfg +++ b/reconftw.cfg @@ -195,7 +195,7 @@ fuzz_wordlist=${tools}/fuzz_wordlist.txt lfi_wordlist=${tools}/lfi_wordlist.txt ssti_wordlist=${tools}/ssti_wordlist.txt subs_wordlist=${tools}/subdomains.txt -subs_wordlist_big=${tools}/subdomains_big.txt +subs_wordlist_big=${tools}/subdomains_n0kovo_big.txt resolvers=${tools}/resolvers.txt resolvers_trusted=${tools}/resolvers_trusted.txt diff --git a/reconftw.sh b/reconftw.sh index 2a082c34..c06fddfd 100755 --- a/reconftw.sh +++ b/reconftw.sh @@ -1342,7 +1342,7 @@ function urlchecks(){ if [ "$URL_CHECK_PASSIVE" = true ]; then if [ "$DEEP" = true ]; then cat .tmp/webs_all.txt | unfurl -u domains > .tmp/waymore_input.txt - axiom-scan .tmp/webs_all.txt -m waymore -o .tmp/url_extract_tmp.txt $AXIOM_EXTRA_ARGS 2>>"$LOGFILE" &>/dev/null + axiom-scan .tmp/waymore_input.txt -m waymore -o .tmp/url_extract_tmp.txt $AXIOM_EXTRA_ARGS 2>>"$LOGFILE" &>/dev/null else axiom-scan .tmp/webs_all.txt -m gau -o .tmp/url_extract_tmp.txt $AXIOM_EXTRA_ARGS 2>>"$LOGFILE" &>/dev/null fi