OWASP / OFFAT

The OWASP OFFAT tool autonomously assesses your API for prevalent vulnerabilities, though full compatibility with OAS v3 is pending. The project remains a work in progress, continuously evolving towards completion.
http://owasp.org/OFFAT/
MIT License
407 stars 59 forks source link

FEATURE: do not store errored requests into output file #73

Closed dmdhrumilmistry closed 3 months ago

dmdhrumilmistry commented 3 months ago

Feature Request Thread: https://github.com/OWASP/OFFAT/issues/72

output file will only store requests that received response from the server, other requests will be discarded by default while storing output.

Failed requests can be stored by using flag -cf or --capture-failed

Usage:

offat -f OAS.yml --capture-failed