Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rundtstykker/mitm-injection-http-layer-7-manipulation-
MITM-injection is a small-sized Python program written to understand the HTTP protocol at the packet level. Use this program to see how to manipulate HTTP elements as MITM
https://github.com/rundtstykker/mitm-injection-http-layer-7-manipulation-
http layer7 mitm python
Last synced: 5 days ago
JSON representation
MITM-injection is a small-sized Python program written to understand the HTTP protocol at the packet level. Use this program to see how to manipulate HTTP elements as MITM
- Host: GitHub
- URL: https://github.com/rundtstykker/mitm-injection-http-layer-7-manipulation-
- Owner: rundtstykker
- License: other
- Created: 2020-09-30T15:10:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T15:33:05.000Z (about 4 years ago)
- Last Synced: 2024-09-24T19:23:18.141Z (about 2 months ago)
- Topics: http, layer7, mitm, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MITM-injection
MITM-injection is a small-sized Python program written in 2.7 to understand the HTTP protocol at the packet level. Use this program to see how to manipulate HTTP elements as MITM## Getting Started
To run this program, you should already be MITM from your target. You can achieve the MITM by launching an ARP spoof attack on the network.## Running the program
Written in python 2.7, make sure to use the appropriate interrupter. Inject whatever code you wish by modifying the appropriate line. The sameple code is a BEEF hook command within the XXS beef framework.## Attention
Please do not use this program where unauthorized.## Credits
| | |
| ------------------------------------ | ----------- |
| **Author** | @bryanwei |## License
See the [LICENSE](https://github.com/bryanweielio/MITM-injection/blob/master/LICENSE) file.