Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

attackapi

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

attackapi

attack api is a cli tool to find security vulnerabilities in an API.

  • 0.1.2
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc