A proxy tool that logs all requests for the configured domain to enable traffic analysis
- Latest Docker CLI have to be installed in the environment
- Prepare a config file defining how it should work (Sample)
- The config should be given as URL through environment variable
PRYMATE_CONFIG_URL
or should exist asprymate.json
file in the current directory
Run the following command
docker run -v $(pwd):/workspace/ -p 7796:7796 shibme/prymate
- Download and install this certificate to your trusted keystore
- Set the proxy pointing to the destination address where the service is run with the respective port
When run locally, use the following proxy configuration
Host: localhost
Port: 7796