Skip to content

1sa4c/ophidia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ophidia

ARP Poisoning attack script using Python and Scapy

Dependencies

Scapy Python 3

Configuration

You need to enable IPv4 forwarding on your machine. For UNIX-like OSs simply run with root privileges:

sysctl -w net.ipv4.ip_forward=1

Usage

Run

python main.py [victim IP] [gateway IP] [net interface]

with root privileges. A ophidia.pcap file will be created with 200 captured packets. You can then use a tool like Wireshark to analyze such packets.

About

ARP Poisoning attack script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages