attackstr 0.2.0

Grammar-based security payload generation — TOML-driven, composable, encoding-aware
Documentation
1
2
3
4
5
6
7
with open("src/validate.rs", "r") as f:
    content = f.read()

content = content.replace("grammar: meta(", "meta: meta(")

with open("src/validate.rs", "w") as f:
    f.write(content)