janreges / siteone-crawler

SiteOne Crawler is a cross-platform website crawler and analyzer for SEO, security, accessibility, and performance optimization—ideal for developers, DevOps, QA engineers, and consultants. Supports Windows, macOS, and Linux (x64 and arm64).
https://crawler.siteone.io/
MIT License
254 stars 17 forks source link

Feature request : include WAF detection #22

Open th3f001 opened 1 month ago

th3f001 commented 1 month ago

The tool could launch (or even embed?) additional CLI tools to perform WAF detection via WhatWaf or httpx (etc.).

This could be important for the Security section as the crawler could easily point out sensitive urls/patsh/endpoints that would deserve WAF protection if not found active:

i.e. : Local logon portals i.e. : Input fields (forms, etc.) i.e. : upload functions i.e. : POST endpoints with parameters in URL i.e. : SWAGGER or API Opendefinition files

etc.