From 6f32bd9dddaafb7f62293c8575623ad26aab2f92 Mon Sep 17 00:00:00 2001 From: six2dez Date: Sat, 7 Oct 2023 11:58:26 +0200 Subject: [PATCH] Prints nuclei results when axiom --- reconftw.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/reconftw.sh b/reconftw.sh index 217df74b..2d5792a6 100755 --- a/reconftw.sh +++ b/reconftw.sh @@ -1167,6 +1167,7 @@ function nuclei_check(){ do printf "${yellow}\n Running : Nuclei $crit, check results on nuclei_output folder${reset}\n\n" axiom-scan .tmp/webs_subs.txt -m nuclei --nuclei-templates ${NUCLEI_TEMPLATES_PATH} -severity ${crit} -nh -rl $NUCLEI_RATELIMIT -o nuclei_output/${crit}.txt $AXIOM_EXTRA_ARGS 2>>"$LOGFILE" >/dev/null + [ -s "nuclei_output/${crit}.txt" ] && cat nuclei_output/${crit}.txt done printf "\n\n" fi