From 104e0b6bd6e3950ed6cb574328c3ad83e851fdba Mon Sep 17 00:00:00 2001 From: drjones Date: Fri, 19 Jun 2026 15:29:50 -0700 Subject: [PATCH] fix nuclei vector flags for v3.9.0 compat --- vectors/21-nuclei.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vectors/21-nuclei.sh b/vectors/21-nuclei.sh index 5c58e57..d21f841 100644 --- a/vectors/21-nuclei.sh +++ b/vectors/21-nuclei.sh @@ -32,11 +32,11 @@ vector_nuclei() { # Run nuclei with focused templates nuclei -u "$target" \ - -severity critical,high,medium \ - -json \ + -s critical,high,medium \ + -j \ -o "$nuclei_out" \ - -rate-limit 50 \ - -concurrency 10 \ + -rl 50 \ + -c 10 \ -timeout 8 \ -retries 1 \ -silent 2>/dev/null &