please help ,why [FTL] Could not run nuclei: no templates provided for scan ? #9296
-
[root@ip-10-203-200-173 fuzzing]# nuclei -t xff-403-bypass.yaml -u www.baidu.com
____ __ / / ()
[INF] Current nuclei version: v3.1.10 (latest) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @jeffyds, the template Use this command: |
Beta Was this translation helpful? Give feedback.
Hello @jeffyds, the template
xff-403-bypass
has a bruteforce tag, and the templates having these tags do not run by default as they are added in nuclei-ignore https://github.com/projectdiscovery/nuclei-templates/blob/main/.nuclei-ignoreTo run these templates, you must use the flag
-itags <tags>
.Use this command:
nuclei -id xff-403-bypass -u www.example.com -itags bruteforce