Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.