diff --git a/python_ruby_and_bash/arp_cache_poisoner.py b/python_ruby_and_bash/arp_cache_poisoner.py index 0feaac7..4378a27 100644 --- a/python_ruby_and_bash/arp_cache_poisoner.py +++ b/python_ruby_and_bash/arp_cache_poisoner.py @@ -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