Skip to main content

Crate simple_waf_scanner

Crate simple_waf_scanner 

Source
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§

config
error
evasion
extractor
fingerprints
http
payloads
scanner
types

Functions§

scan
Perform a WAF scan with the given configuration