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

Use The API instead of Scraping? #6

Closed scottbisker closed 1 year ago

scottbisker commented 1 year ago

Not sure if you are aware, but Wordfence does provide an API for the Vulnerability Data Feed. It's free and and would be much easier to maintain the tool. The API is versioned and well documented to avoid causing breaking changes if the version is updated or the viewable page formats change. https://www.wordfence.com/intelligence-documentation/v2-accessing-and-consuming-the-vulnerability-data-feed/

Full disclosure: I work for Wordfence. This came to our attention and would be a perfect use case for the API.

topscoder commented 1 year ago

Thanks Scott, I indeed wasn't aware of this API. It's awesome and I will change scraping to consuming the API. 🥳

topscoder commented 1 year ago

FYI, It's now consuming the API. Although the API missing some information as it seems (like references), it's way better to implement. Thanks again! :)