Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rundtstykker/mitm-file-injection
MITM-injection is a small-sized Python program written to manipulate layer 7 protocols by MITM. Use this program to see how to manipulate HTTP elements as MITM.
https://github.com/rundtstykker/mitm-file-injection
mitm python
Last synced: 5 days ago
JSON representation
MITM-injection is a small-sized Python program written to manipulate layer 7 protocols by MITM. Use this program to see how to manipulate HTTP elements as MITM.
- Host: GitHub
- URL: https://github.com/rundtstykker/mitm-file-injection
- Owner: rundtstykker
- License: bsd-2-clause
- Created: 2020-09-30T15:53:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-24T19:47:49.000Z (over 1 year ago)
- Last Synced: 2024-09-24T19:23:18.058Z (about 2 months ago)
- Topics: mitm, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MITM-file-injection - network security
MITM-injection is a small-sized Python program written to leverage layer 2 ARP protocol to MITM the connection within a LAN (a MITM position can be achieved by other means of course, like LAN turtle). Use this program to see how to manipulate HTTP elements when a file is downloaded to spoof the target file to serve an alternate file hosted locally.## 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 file you wish by modifying the appropriate line. The sameple file is hosted on apache web-server on Kali Linux## Attention
Please do not use this program where unauthorized.## Credits
| | |
| ------------------------------------ | ----------- |
| **Author** | @bryanwei |## License
See the [LICENSE](https://github.com/bryanweielio/MITM-file-injection/blob/master/LICENSE) file.