Code Monkey home page Code Monkey logo

eigrpwn's Introduction

EIGRPWN

The author has nothing to do with those who will use this tool for personal purposes to destroy other people's computer networks. The tools are presented for training purposes to help engineers improve the security of their network.

externalinject.py - tool for route injection in the EIGRP domain. Pay attention, if you are going to carry out injections for the further purpose of intercepting traffic, use this script, because it works more stable than internalinject.py. This script performs an injection of external EIGRP routes.

helloflooding.py - tool for exploitation a DoS attack, flooding with EIGRP "Hello" messages. When flooding "Hello" messages, fake EIGRP neighbors are generate

internalinject.py - this script performs an injection of external EIGRP routes.

routingtableoverflow.py - this script causes an overflow of the routing table of the EIGRP router by generating fake routes at high speed.

python3 externalinject.py --help

███████╗██╗░██████╗░██████╗░██████╗░░██╗░░░░░░░██╗███╗░░██╗
██╔════╝██║██╔════╝░██╔══██╗██╔══██╗░██║░░██╗░░██║████╗░██║
█████╗░░██║██║░░██╗░██████╔╝██████╔╝░╚██╗████╗██╔╝██╔██╗██║
██╔══╝░░██║██║░░╚██╗██╔══██╗██╔═══╝░░░████╔═████║░██║╚████║
███████╗██║╚██████╔╝██║░░██║██║░░░░░░░╚██╔╝░╚██╔╝░██║░╚███║
╚══════╝╚═╝░╚═════╝░╚═╝░░╚═╝╚═╝░░░░░░░░╚═╝░░░╚═╝░░╚═╝░░╚══╝
    
EIGRP External routes injection tool

Author: @necreas1ng, <[email protected]>

usage: externalinject.py [-h] --interface INTERFACE --asn ASN --src SOURCE_IP --dst DESTINATION_IP --prefix PREFIX

options:
  -h, --help            show this help message and exit
  --interface INTERFACE
                        Choose the interface to attack
  --asn ASN             Specify the EIGRP AS Number
  --src SOURCE_IP       Specify your IP Address
  --dst DESTINATION_IP  Target IP address for injection
  --prefix PREFIX       Specifying the subnet mask
  
python3 helloflooding.py --help

███████╗██╗░██████╗░██████╗░██████╗░░██╗░░░░░░░██╗███╗░░██╗
██╔════╝██║██╔════╝░██╔══██╗██╔══██╗░██║░░██╗░░██║████╗░██║
█████╗░░██║██║░░██╗░██████╔╝██████╔╝░╚██╗████╗██╔╝██╔██╗██║
██╔══╝░░██║██║░░╚██╗██╔══██╗██╔═══╝░░░████╔═████║░██║╚████║
███████╗██║╚██████╔╝██║░░██║██║░░░░░░░╚██╔╝░╚██╔╝░██║░╚███║
╚══════╝╚═╝░╚═════╝░╚═╝░░╚═╝╚═╝░░░░░░░░╚═╝░░░╚═╝░░╚═╝░░╚══╝
  
EIGRP Hello flooding tool (Denial of Service)

Author: @necreas1ng, <[email protected]>

usage: helloflooding.py [-h] --interface INTERFACE --asn ASN --subnet SUBNET

options:
-h, --help            show this help message and exit
--interface INTERFACE
                      Choose the interface to attack
--asn ASN             Specify the EIGRP AS Number
--subnet SUBNET       Specify the subnet. Example: 10.10.10.0/24

███████╗██╗░██████╗░██████╗░██████╗░░██╗░░░░░░░██╗███╗░░██╗
██╔════╝██║██╔════╝░██╔══██╗██╔══██╗░██║░░██╗░░██║████╗░██║
█████╗░░██║██║░░██╗░██████╔╝██████╔╝░╚██╗████╗██╔╝██╔██╗██║
██╔══╝░░██║██║░░╚██╗██╔══██╗██╔═══╝░░░████╔═████║░██║╚████║
███████╗██║╚██████╔╝██║░░██║██║░░░░░░░╚██╔╝░╚██╔╝░██║░╚███║
╚══════╝╚═╝░╚═════╝░╚═╝░░╚═╝╚═╝░░░░░░░░╚═╝░░░╚═╝░░╚═╝░░╚══╝
  
EIGRP Internal routes injection tool

Author: @necreas1ng, <[email protected]>

usage: internalinject.py [-h] --interface INTERFACE --asn ASN --src SOURCE_IP --dst DESTINATION_IP --prefix PREFIX

options:
-h, --help            show this help message and exit
--interface INTERFACE
                      Choose the interface to attack
--asn ASN             Specify the EIGRP AS Number
--src SOURCE_IP       Specify your IP Address
--dst DESTINATION_IP  Target IP address for injection
--prefix PREFIX       Specifying the subnet mask

python3 routingtableoverflow.py --help

███████╗██╗░██████╗░██████╗░██████╗░░██╗░░░░░░░██╗███╗░░██╗
██╔════╝██║██╔════╝░██╔══██╗██╔══██╗░██║░░██╗░░██║████╗░██║
█████╗░░██║██║░░██╗░██████╔╝██████╔╝░╚██╗████╗██╔╝██╔██╗██║
██╔══╝░░██║██║░░╚██╗██╔══██╗██╔═══╝░░░████╔═████║░██║╚████║
███████╗██║╚██████╔╝██║░░██║██║░░░░░░░╚██╔╝░╚██╔╝░██║░╚███║
╚══════╝╚═╝░╚═════╝░╚═╝░░╚═╝╚═╝░░░░░░░░╚═╝░░░╚═╝░░╚═╝░░╚══╝
  
Tool for overflow of routing tables in EIGRP routers

Author: @necreas1ng, <[email protected]>

usage: routingtableoverflow.py [-h] --interface INTERFACE --asn ASN --src SOURCE_IP

options:
-h, --help            show this help message and exit
--interface INTERFACE
                      Choose the interface to attack
--asn ASN             Specify the EIGRP AS Number
--src SOURCE_IP       Specify your IP Address

eigrpwn's People

Contributors

casterbyte avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.