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.
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.
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
Please do not use this program where unauthorized.
Author | @bryanwei |
See the LICENSE file.