Skip to content

Commit ef7639d

Browse files
authored
Update arp_mitm.py
1 parent 5deef69 commit ef7639d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arp_mitm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Disclaimer: This script is for educational purposes only.
44
# Do not use against any network that you don't own or have authorization to test.
55
# To run this script use:
6-
# sudo python3 arp_spoof.py -ip_range 10.0.0.0/24 (ex. 192.168.1.0/24)
6+
# sudo python3 arp_spoof.py -ip_range 10.0.0.0/24 (ex: 192.168.1.0/24)
77

88
import scapy.all as scapy
99
import subprocess

0 commit comments

Comments
 (0)