Expand description
Simple WAF Scanner - A tool for detecting and testing web application firewalls
This library provides functionality for:
- Detecting WAF presence through fingerprinting
- Testing WAF bypass techniques with various evasion methods
- Scanning endpoints with structured payload sets
§Warning
This tool is intended for authorized security testing only. Unauthorized access to computer systems is illegal.
Re-exports§
pub use config::Config;pub use error::Result;pub use error::ScanError;pub use scanner::Scanner;pub use types::Finding;pub use types::ScanResults;pub use types::Severity;
Modules§
Functions§
- scan
- Perform a WAF scan with the given configuration