This simple program takes advantage of ARP to initiate a denial of service(DOS) on the specified target
Note that after running the requirements.txt, it should run out of the box. The installation is pretty simple, just copy and paste the command/s below, you may wish to run it in a virtual envinronment, see here
pip3 install -r requirements.txt
- Using the command below you can start the scan the network and start the stack
-
sudo python3 arpy.py -S 192.168.100.0/24 -G 192.168.100.1 -T 25
- Use the command below if you already know the details and do not need to scan the whole subnet
-
sudo python3 arpy.py -S 192.168.100.0/24 -G 192.168.100.1 -Tgt 192.168.176
- If the user modifies the program and enables IP forwarding on his/her respective machine, he/she can sniff on the traffic can do all sorts of MITM attacks such as DNS cache poisoing