Metadata-Version: 1.1
Name: attackapi
Version: 0.1.1
Summary: attack api is a cli tool to find security vulnerabilities in an API.
Home-page: https://github.com/appknox/attackapi
Author: Appknox
Author-email: engineering@appknox.com
License: BSD
Description: 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
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
