1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-07-01 13:23:52 +01:00
notes/content/mitm-port-forward.md

11 lines
153 B
Markdown

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