https://github.com/stylepatrick/man-in-the-middle-proxy
Proxy Server to simulate man in the middle attack with GET and POST requests
https://github.com/stylepatrick/man-in-the-middle-proxy
man-in-the-middle proxy python security
Last synced: 9 months ago
JSON representation
Proxy Server to simulate man in the middle attack with GET and POST requests
- Host: GitHub
- URL: https://github.com/stylepatrick/man-in-the-middle-proxy
- Owner: stylepatrick
- License: mit
- Created: 2024-04-07T16:19:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T16:21:13.000Z (over 1 year ago)
- Last Synced: 2025-01-26T07:41:22.719Z (11 months ago)
- Topics: man-in-the-middle, proxy, python, security
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# man-in-the-middle-proxy
Proxy Server to simulate man in the middle attack with GET and POST requests.
## Victim Website
GET: http://python.vic-tim.de/images/
POST: http://python.vic-tim.de/proxy/form.html
## GET
Proxy will replace images with fake images and manipulate title of webpage.
## POST
Will proxy the POST requests if the form is filled with the message "top", it will be replaced with "flop" and send to the server.
Original received response from server is changed that client will never now that "top" has changed to "flop".