https://github.com/hatoo/https-mitm
https://github.com/hatoo/https-mitm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hatoo/https-mitm
- Owner: hatoo
- Created: 2023-10-22T15:16:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-22T15:16:53.000Z (over 1 year ago)
- Last Synced: 2025-01-28T18:46:15.028Z (3 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# https-mitm
An example for Man-in-the-Middle Proxy on HTTPS connection.
# Usage
```
cargo run
curl https://www.google.com --insecure -x http://localhost:3000
```You can view the request and response in the console.