attackstr 0.2.4

Grammar-based security payload generation - TOML-driven, composable, encoding-aware
Documentation
1
2
3
4
5
6
7
//! Legacy static exploitation payloads ported from older Santh tools.
//!
//! These rules predate the generic grammar engine and are kept behind the
//! `exploits` feature so consumers opt into them explicitly.

pub mod cmdi;
pub mod sqli;