You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

peachapisec-runner

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

peachapisec-runner

Peach API Security runner tool

1.5.41
PyPI
Maintainers
1

Peach Runner

This test runner will send requests via Peach API Security to perform testing of a target api. There are several methods for sending requests:

  • Burp file with recorded requests. Each request is tested one at a time.
  • Postman collection with requests. Each request is tested one at a time.
  • Single command line (ex: curl, python script, etc.)
  • Text file with one-command per line
  • Directory with executable scripts/programs, each executed in sequence

Installation

Install required python dependencies with internet connection.

$ pip install -r requirements.txt

Offline Installation

Install required python dependencies using our offline dependencies folder.

$ pip install --no-index --find-links ../../deps -r requirements.txt

Keywords

peach fuzzing security test rest

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