Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appknox/attackapi
https://github.com/appknox/attackapi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appknox/attackapi
- Owner: appknox
- Created: 2017-04-08T06:25:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T05:26:14.000Z (over 7 years ago)
- Last Synced: 2024-09-14T13:40:08.470Z (3 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 5
- Watchers: 15
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
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
================.. code-block:: shell
$ 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
.. code-block:: shell
$ attackapi --help
To start a proxy and attack API
.. code-block:: shell
$ attackapi run