To run fuzzing test with this tool, you need to create a scenario (that calls http requests for the web application, with automatically embeds the fuz

shfz / shfz Public

submited by
Style Pass
2022-01-23 16:30:09

To run fuzzing test with this tool, you need to create a scenario (that calls http requests for the web application, with automatically embeds the fuzz in the request parameter such as username, password).

For genetic algorithm fuzz generation and automatic error detection, it is necessary to install the trace library shfz/shfz-flask in the web application.

This server interacts with scenario and tracer to collect fuzz and frame graph data and supports fuzz generation with genetic algorithms.

Leave a Comment
Related Posts