- Ensure controller is listening on port 9004
- Copy this package to system where controller is running
- Install python modules required
	> python3 -m pip install -r requirements.txt
- If controller is expecting TLS, set scheme to https for ENDPOINT in config.ini
- Run the parser and replay script along with the har file
	> python3 parse_har_gen_http_payload.py -i ~/juice-shop-sample.har
