We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5deef69 commit ef7639dCopy full SHA for ef7639d
arp_mitm.py
@@ -3,7 +3,7 @@
3
# Disclaimer: This script is for educational purposes only.
4
# Do not use against any network that you don't own or have authorization to test.
5
# To run this script use:
6
-# 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)
7
8
import scapy.all as scapy
9
import subprocess
0 commit comments