Skip to content

Commit

Permalink
Prints nuclei results when axiom
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez committed Oct 7, 2023
1 parent 7345b5f commit 6f32bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reconftw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f32bd9

Please sign in to comment.