Last updated:
0 purchases
attackapi 0.1.2
attackapi
attack api is a cli tool to find security vulnerabilities in an API.
It uses mitmproxy to setup proxy and syntribos to detect vulnerabilities in API. To find security vulnerabilities a mobile app or web app, use attackapi as proxy and just visit all the pages/api which needs to be checked.
Installation
$ pip install attackapi
attackapi uses redis to store requests and for inter process communication. Make sure redis is installed and running on your system.
Usage
To see help
$ attackapi --help
To start a proxy and attack API
$ attackapi run
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.