mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2025-08-05 04:44:25 -04: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 *
|
||||
import os
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue