Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ™ VRRP-Hijacker.py

A simple and modular CLI tool to sniff, analyze, and exploit VRRP-based networks. Whether you're auditing VRRP deployments or researching protocol weaknesses.

πŸš€ Installation

Choose your style:

πŸ‘‘ Like a true boss

Install directly via pipx with git command :

HTTPS

pipx install git+https://github.com/archidote/vrrp-hijacker.git

To upgrade:

pipx upgrade vrrp-hijacker

Note : The executable will be available at: ~/.local/bin/vrrp-hijacker

πŸ§‘β€πŸ’Ό Like a boss

Clone it manually, then install it locally:

git clone https://git@github.com/archidote/vrrp-hijacker.git 
cd vrrp-hijacker/
pipx install .
vrrp-hijacker --help

Note : The executable will be available at: ~/.local/bin/vrrp-hijacker

πŸ§“ Old-school way

For those who prefer managing virtual environments manually:

git clone https://git@github.com/archidote/vrrp-hijacker.git
cd vrrp-hijacker/
python -m venv venv source venv/bin/activate
pip install -r requirements.txt
python vrrp_hijacker/__main__.py --help 

βš™οΈ Usage

VRRP-Hijacker requires most of the time root privileges to perform actions such as sniffing network for hunting VRRP packets.
Most of the time, you will need to run the command with sudo.

However, the sudo environment may not include your user’s local pipx binary path by default.
To fix this, you need to update your sudo secure path.

sudo ~/.local/bin/vrrp-hijacker sniff -i vmnet8

About

A simple and modular CLI tool to sniff, analyze, and exploit VRRP-based networks. Whether you're auditing VRRP deployments or researching protocol weaknesses.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages