1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-06-17 12:03:19 +01:00
notes/docs/notes/mitm-port-forward.md
2024-02-13 23:16:21 +00:00

11 lines
153 B
Markdown

---
title: Simple reverse proxy
tags:
- Networking
link: https://docs.mitmproxy.org/stable
---
```
mitmproxy --mode reverse:http://localhost:8000
```