A pytest-inspired, DAST framework, capable of identifying vulnerabilities in a distributed, micro-service ecosystem through chaos engineering testing and stateful, Swagger fuzzing.
Other
212
stars
26
forks
source link
Supporting JSON body parameters and headers in cURL logs #52
Summary
The cURL logs from the individual test cases are designed to allow for easy reproduction. As in:
However, in its current state, the output doesn't include custom headers (e.g. victim session token), nor does it support JSON body parameters.
This PR fixes this.
Example