Skip to content

Commit

Permalink
Fixing #929 issue
Browse files Browse the repository at this point in the history
Fixing Issue: #929
  • Loading branch information
mrdzer0 authored Feb 2, 2025
1 parent 50eeb61 commit 0a72d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reconftw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3292,7 +3292,7 @@ function nuclei_check() {
printf "${yellow}\n[$(date +'%Y-%m-%d %H:%M:%S')] Running: Nuclei Severity: $crit ${reset}\n\n"

# Run nuclei for each severity level
nuclei $NUCLEI_FLAGS -severity "$crit" -nh -rl "$NUCLEI_RATELIMIT" "$NUCLEI_EXTRA_ARGS" -j -o "nuclei_output/${crit}_json.txt" <.tmp/webs_nuclei.txt
nuclei $NUCLEI_FLAGS -severity "$crit" -nh -rl "$NUCLEI_RATELIMIT" "$NUCLEI_EXTRA_ARGS" <.tmp/webs_nuclei.txt | tee "${dir}/nuclei_output/${crit}.txt"
done
printf "\n\n"
else
Expand Down

0 comments on commit 0a72d9e

Please sign in to comment.