gotestwaf

API security testing tool for OWASP attack simulation

brewmacoslinux
Try with needOr install directly
Source

About

Tool for API and OWASP attack simulation

Commands

gotestwaf

Examples

Run basic security tests against a target API$ gotestwaf --url http://localhost:8080
Test with specific OWASP test case configuration$ gotestwaf --url http://localhost:8080 --testCase=owasp
Generate detailed report with verbose output$ gotestwaf --url http://localhost:8080 --reportFile=report.html -v