fix nuclei vector flags for v3.9.0 compat
This commit is contained in:
@@ -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 &
|
||||
|
||||
Reference in New Issue
Block a user