mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-24 20:03:02 +00:00
Update arp_cache_poisoner.py
This commit is contained in:
parent
e8d26b2976
commit
c0f3cdae18
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue