https://github.com/projectdiscovery/nuclei
go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest
nuclei -u <rhost> -o <file>
nuclei -l <rhostsFile> -t osint/<template>.yaml -o <file>
nuclei -tags osint -var user=<user> -o <file>
nuclei -tl
cat <nucleiScan>.json | jq -r 'select(.["template-id"] | contains("wordpress")) | .host'