Metadata-Version: 2.1
Name: peachapisec-recorder
Version: 1.5.41
Summary: Peach API Security recording tool
Home-page: https://peach.tech
Author: Peach Tech
Author-email: contact@peach.tech
License: Apache License, Version 2.0
Keywords: peach fuzzing security test rest
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: ~=3.6
Requires-Dist: click (~=6.7)
Requires-Dist: mitmproxy (~=4.0.4)

Peach Recorder
==============

This is a web traffic recorder.  It records web traffic and saves it in HAR format.
The HAR format is compatible with the peachrunner command.

A typical use for this tool is to record the traffic generated by a unit tesitng framework or similar traffic generator that can then be used to perform security testing.

Installation
------------

Install required python dependencies with internet connection.

$ pip install peachapisec-recorder

Offline Installation
--------------------

Packages for offline installation are not included for this tool.


