diff --git a/reconftw.cfg b/reconftw.cfg index 4a3c49eb..f12f8ddc 100644 --- a/reconftw.cfg +++ b/reconftw.cfg @@ -119,6 +119,7 @@ XSSTRIKE_THREADS=30 BRUTESPRAY_THREADS=20 BRUTESPRAY_CONCURRENCE=10 ARJUN_THREADS=20 +GAUPLUS_THREADS=50 # lists fuzz_wordlist=${tools}/fuzz_wordlist.txt diff --git a/reconftw.sh b/reconftw.sh index cfef644c..44faa974 100755 --- a/reconftw.sh +++ b/reconftw.sh @@ -320,7 +320,7 @@ function sub_passive(){ fi eval curl -s "https://jldc.me/anubis/subdomains/${domain}" $DEBUG_ERROR | grep -Po "((http|https):\/\/)?(([\w.-]*)\.([\w]*)\.([A-z]))\w+" | sed '/^\./d' | anew -q .tmp/jldc_psub.txt timeout 10m waybackurls $domain | unfurl --unique domains | anew -q .tmp/waybackurls_psub.txt - timeout 10m gauplus -t 50 -subs $domain | unfurl --unique domains | anew -q .tmp/gau_psub.txt + timeout 10m gauplus -t $GAUPLUS_THREADS -subs $domain | unfurl --unique domains | anew -q .tmp/gau_psub.txt if echo $domain | grep -q ".mil$"; then mildew mv mildew.out .tmp/mildew.out @@ -879,7 +879,7 @@ function urlchecks(){ start_func "URL Extraction" mkdir -p js cat webs/webs.txt | waybackurls | anew -q .tmp/url_extract_tmp.txt - cat webs/webs.txt | gauplus -t 50 -subs | anew -q .tmp/url_extract_tmp.txt + cat webs/webs.txt | gauplus -t $GAUPLUS_THREADS -subs | anew -q .tmp/url_extract_tmp.txt diff_webs=$(diff <(sort -u .tmp/probed_tmp.txt) <(sort -u webs/webs.txt) | wc -l) if [ $diff_webs != "0" ] || [ ! -s ".tmp/gospider.txt" ] ; then