A simple command line tool for recording and replaying web traffic for Raptor.
$ pipenv install
$ pipenv run python studio.py --help
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