Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shibme/prymate
A proxy tool that logs all requests for the configured domain to enable traffic analysis
https://github.com/shibme/prymate
Last synced: 1 day ago
JSON representation
A proxy tool that logs all requests for the configured domain to enable traffic analysis
- Host: GitHub
- URL: https://github.com/shibme/prymate
- Owner: shibme
- Created: 2020-03-10T13:23:52.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T21:28:47.000Z (over 2 years ago)
- Last Synced: 2023-03-22T13:19:50.614Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## PryMate
A proxy tool that logs all requests for the configured domain to enable traffic analysis### Requirements
* Latest Docker CLI have to be installed in the environment
* Prepare a config file defining how it should work ([Sample](https://shibme.github.io/prymate/prymate.json))
* The config should be given as URL through environment variable `PRYMATE_CONFIG_URL` or should exist as `prymate.json` file in the current directory### How to make it work?
Run the following command
```
docker run -v $(pwd):/workspace/ -p 7796:7796 shibme/prymate
```### Configuring Proxy
* Download and install [this certificate](https://shibme.github.io/prymate/prymate.cer) to your trusted keystore
* Set the proxy pointing to the destination address where the service is run with the respective portWhen run locally, use the following proxy configuration
```
Host: localhost
Port: 7796
```