mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-16 19:39:24 +00:00
Add mitmproxy example
This commit is contained in:
parent
5e542d54b7
commit
bdcaa9176d
1 changed files with 10 additions and 0 deletions
10
notes/mitm-port-forward.md
Normal file
10
notes/mitm-port-forward.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Simple reverse proxy
|
||||
tags:
|
||||
- Networking
|
||||
link: https://docs.mitmproxy.org/stable
|
||||
---
|
||||
|
||||
```
|
||||
mitmproxy --mode reverse:http://localhost:8000
|
||||
```
|
Loading…
Reference in a new issue