Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arkregiel/another-arp-cache-poisoning

ARP Cache Poisoning Attack in Perl
https://github.com/arkregiel/another-arp-cache-poisoning

arp-poisoning arp-spoofing perl

Last synced: about 17 hours ago
JSON representation

ARP Cache Poisoning Attack in Perl

Awesome Lists containing this project

README

        

# ARP Cache Poisoning Attack in Perl

This script sends gratuitous ARP replies to given host and default gateway

## DISCLAIMER

This is for educational purposes ONLY. **I DO NOT encourage or promote any illegal activities.**

## Requirements

- [Net::ARP](https://metacpan.org/pod/Net::ARP)

## Usage

```
Usage:

$ sudo perl arp_poison.pl -i -t -g

Options:

-i -interface name of the network interface
-t -target IPv4 address of the target
-g -gateway IPv4 address of the default gateway
-h -help prints this help and exits

Example:

$ sudo perl arp_poison.pl -i eth0 -t 192.168.1.100 -g 192.168.1.1
```