topscoder / nuclei-wordfence-cve

The EXCLUSIVE Collection of 40,000+ Nuclei templates based on Wordfence intel. Daily updates for bulletproof WordPress security.
922 stars 116 forks source link

tags #7

Closed random-robbie closed 1 year ago

random-robbie commented 1 year ago

Hey,

Absolutely love the work here is there a way it can automatically add to the tags if it's XSS/LFI/RCE/auth-bypass etc?

Cheers, Robbie

topscoder commented 1 year ago

Thanks. To only select for example XSS templates, just use the built in filter function of Nuclei (https://nuclei.projectdiscovery.io/nuclei/get-started/#nuclei-filters):

nuclei -tc "contains(id,'xss') || contains(tags,'xss')"