Update arp_cache_poisoner.py

This commit is contained in:
Omar Santos 2021-04-09 12:44:46 -04:00 committed by GitHub
parent e8d26b2976
commit c0f3cdae18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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