A simple arpspoofing program written in python
#Usage ```sh python arpspoof.py -t -p -p ```
* If no target is specified a list of live IP's will be displayed. * If no proxy_server is specifed it will simply act as MITM * Default port is 80
- python 2.7
- scapy
- signal
####NOTE: This is for educational purposes only. I am not responsible for what is done with the script.