https://github.com/simonrw/mitm-with-dns
https://github.com/simonrw/mitm-with-dns
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonrw/mitm-with-dns
- Owner: simonrw
- Created: 2023-02-05T17:30:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T16:05:18.000Z (over 3 years ago)
- Last Synced: 2025-07-05T07:16:58.550Z (about 1 year ago)
- Language: Go
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MITM with DNS
This project is going to prove out custom HTTPS certificates and transparent DNS.
## Outline
* Run a docker container with the dns server configured to return `localhost` for `*.amazonaws.com`
* use `mkcert` to generate a certificate for `*.amazonaws.com` which is hosted by a local web server
* install the `mkcert` ca certificate into the container for request trust.
## Implementation