GitHub

Routopsy – Tool to Hijack Network Routes

Routopsy is a toolkit built to attack often overlooked networking protocols. Routopsy currently supports attacks against Dynamic Routing Protocols (DRP) and First-Hop Redundancy Protocols (FHRP). Most of the attacks currently implemented make use of a weaponised ‘virtual router’ as opposed to implem

 

Routopsy is a toolkit built to attack often overlooked networking protocols. Routopsy currently supports attacks against Dynamic Routing Protocols (DRP) and First-Hop Redundancy Protocols (FHRP). Most of the attacks currently implemented make use of a weaponised ‘virtual router’ as opposed to implementing protocols from scratch. The tooling is not limited to the virtual routers, and allows for further attacks to be implemented in python3 or by adding additional containers.

Installation and Setup

We recommend that you install routopsy within a virtual environment so that any currently installed packages don’t clash with the packages routopsy makes use of.

With a virtual environment

git clone https://github.com/sensepost/routopsy

Without a virtual environment

git clone https://github.com/sensepost/routopsy

pip install -r requirements.txt

Usage

When in doubt, –help

Was this article helpful?

If something here is wrong or out of date, tell us and we will check the source.

Related reading

See all
Network

SSH-Snake: Automated SSH-Based Network Traversal

🐍 SSH-Snake is a powerful tool designed to perform automatic network traversal using SSH private keys discovered on systems, to create a comprehensive map of a network and its dependencies, identifying to what extent a network can be compromised using SSH and SSH private keys starting from a partic

January 14, 2024
Forensic Tool

teler : Real-time HTTP Intrusion Detection

Teler is a real-time intrusion detection and threat alert based on a weblog that runs in a terminal with resources that we collect and provide by the community. ❤️ Features Real-time: Analyze logs and identify suspicious activity in real time. Alerting: teler provides alerting when a threat is detec

December 4, 2022
GitHub

Vulnerable Spring Framework Application for Testing Spring4Shell

This application is intentionally built for testing Remote Code Execution on Spring Core aka Spring4Shell. How do I use this? First, this was tested on Ubuntu 21.04 (because I hate myself) and OpenJDK 11. Once you’ve accepted that, snag the code and build it. git clone https://github.com/jbaines-r7/

March 31, 2022
GitHub

Profil3r – Profiles of a Person on Social Networks

Profil3r is an OSINT tool that allows you to find potential profiles of a person on social networks, as well as their email addresses. This program also alerts you to the presence of a data leak for the found emails. 💡 Prerequisite Python 3 Installation Install PyInquirer, jinja2 and bs4 : pip3 ins

May 23, 2021