devdanzin / fusil

Fusil is a multi-agent Python library used to write fuzzing programs
GNU General Public License v2.0
10 stars 1 forks source link

Allow passing values for matched keywords in command line #13

Open devdanzin opened 2 weeks ago

devdanzin commented 2 weeks ago

Currently the value of matched keywords in output (e.g. "assert") is hardcoded. Allow passing them in the CLI.