ms0g / curser

Arp cache poisoning tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curs>r

A small tool to send malicious arp packets that poison the arp cache of gateway, so the victim's traffic is able to route to the attacker's machine.The curs>r name inspired by an 80s survival horror game in a netflix movie called "Choose or Die" where the game makes the players step into a surreal world of next-level terror and forces them to make choices with deadly consequences.

Prerequisites

Building

cd build
./builder.sh

Usage

➜ ./curser -h
Usage:  curser [ -<flag> [<val>] | --<name> [<val>] ]...

   -i, --interface-name       traffic output interface
   -o, --op-code              type of packet[req/rep]
   -l, --loop                 retry count[default(1)]
       --victim-ip            victim ip address
       --dst-ip               gateway ip
       --dst-mac              gateway mac address
   -h, --help                 display usage information and exit
   -v, --version              display version information and exit
  
➜ sudo ./curser -i en0 -o rep --victim-ip 192.168.0.22 --dst-ip 192.168.1.1 --dst-mac 00:01:02:03:04:05

About

Arp cache poisoning tool

License:MIT License


Languages

Language:C++ 96.7%Language:CMake 2.5%Language:Shell 0.7%