Skip to content

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

License

Notifications You must be signed in to change notification settings

alexandru-io/raptor-studio

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.4%
  • JavaScript 9.6%