1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-06-17 08:34:15 +01:00
notes/docs/notes/mitm-port-forward.md

11 lines
153 B
Markdown
Raw Normal View History

2021-05-14 14:56:40 +01:00
---
title: Simple reverse proxy
tags:
- Networking
link: https://docs.mitmproxy.org/stable
---
```
mitmproxy --mode reverse:http://localhost:8000
```