NUCLEI 101 === + Keep installing templates (bug) `/root/go/bin/nuclei -ut -ud nuclei-templates -v` + List templates `/root/go/bin/nuclei -tl` + Run on a website `/root/go/bin/nuclei -u hxxps://xxx.xxx.xxx.xxx` + Run a custom template on a website `/root/go/bin/nuclei -u https://this.local -t nuclei_templates/this.yaml` + Run a custom template on a list of websites and output to file `/root/go/bin/nuclei -t nuclei_templates/this.yaml -t list.txt -o output.txt` + Run a folder of templates on a list of websites and output to file `/root/go/bin/nuclei -t nuclei_templates -t list.txt -o output.txt` + Run a workflow for wordpress `/root/go/bin/nuclei -w workflows/wordpress-workflow.yaml -u https://mywebsite.local -o output.txt`