Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 793 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 793 Bytes

license style

Raptor Studio

A simple command line tool for recording and replaying web traffic for Raptor.

Installation

$ pipenv install

Usage

$ pipenv run python studio.py --help

Config file

Create config file ex. config.cfg

certutil=""
url=""
path=""

Run using:

$ pipenv run python studio.py --config config.cfg --replay

Note:

Config file settings will override the default settings

Command line setting will override the config file settings

Resources