From ef7639db68a99adbc4c68418167b0cc29a80d0c0 Mon Sep 17 00:00:00 2001 From: Rithin Lehan <74766580+Rithingithub@users.noreply.github.com> Date: Sat, 11 Dec 2021 13:55:43 +0530 Subject: [PATCH] Update arp_mitm.py --- arp_mitm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arp_mitm.py b/arp_mitm.py index b259f18..0b42afc 100644 --- a/arp_mitm.py +++ b/arp_mitm.py @@ -3,7 +3,7 @@ # Disclaimer: This script is for educational purposes only. # Do not use against any network that you don't own or have authorization to test. # To run this script use: -# sudo python3 arp_spoof.py -ip_range 10.0.0.0/24 (ex. 192.168.1.0/24) +# sudo python3 arp_spoof.py -ip_range 10.0.0.0/24 (ex: 192.168.1.0/24) import scapy.all as scapy import subprocess