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
|
# Run nuclei with focused templates
|
||||||
nuclei -u "$target" \
|
nuclei -u "$target" \
|
||||||
-severity critical,high,medium \
|
-s critical,high,medium \
|
||||||
-json \
|
-j \
|
||||||
-o "$nuclei_out" \
|
-o "$nuclei_out" \
|
||||||
-rate-limit 50 \
|
-rl 50 \
|
||||||
-concurrency 10 \
|
-c 10 \
|
||||||
-timeout 8 \
|
-timeout 8 \
|
||||||
-retries 1 \
|
-retries 1 \
|
||||||
-silent 2>/dev/null &
|
-silent 2>/dev/null &
|
||||||
|
|||||||
Reference in New Issue
Block a user