mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-10 05:34:12 +00:00
Update arp_cache_poisoner.py
This commit is contained in:
parent
94977d4cea
commit
2be4822c18
1 changed files with 1 additions and 5 deletions
|
@ -1,10 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
# Example script to perform an ARP cache poisoning attack using SCAPY
|
||||
# v: 0.1
|
||||
# Omar Santos @santosomar
|
||||
#!/usr/bin/env python3
|
||||
# ARP Cache Poisoning Attack using SCAPY
|
||||
# Version: 0.1
|
||||
# Version: 0.2
|
||||
# Author: Omar Santos @santosomar
|
||||
# This script performs an ARP cache poisoning attack using the SCAPY library.
|
||||
# It spoofs ARP replies to the target and gateway, causing them to update their ARP tables with the attacker's MAC address.
|
||||
|
|
Loading…
Reference in a new issue