mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-10-01 01:25:43 -04:00
Update arp_cache_poisoner.py
This commit is contained in:
parent
e8d26b2976
commit
c0f3cdae18
@ -1,4 +1,7 @@
|
|||||||
# Script to perform an ARP cache poisoning attack
|
#!/usr/bin/env python3
|
||||||
|
# Example script to perform an ARP cache poisoning attack using SCAPY
|
||||||
|
# v: 0.1
|
||||||
|
# Omar Santos @santosomar
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
import os
|
import os
|
||||||
|
Loading…
Reference in New Issue
Block a user