Giter Club home page Giter Club logo

rombuster's Introduction

RomBuster

RomBuster is a router exploitation tool that allows to disclosure network router admin password.

Features

  • Exploits vulnerabilities in most popular routers such as D-Link, Zyxel, TP-Link and Huawei.
  • Optimized to exploit multiple routers at one time from list.
  • Simple CLI and API usage.

Installation

pip3 install git+https://github.com/EntySec/RomBuster

Basic usage

To use RomBuster just type rombuster in your terminal.

usage: rombuster [-h] [-o OUTPUT] [-i INPUT] [-a ADDRESS] [--shodan SHODAN]
                 [--zoomeye ZOOMEYE] [-p PAGES]

RomBuster is a router exploitation tool that allows to disclosure network
router admin password.

optional arguments:
  -h, --help            show this help message and exit
  -o OUTPUT, --output OUTPUT
                        Output result to file.
  -i INPUT, --input INPUT
                        Input file of addresses.
  -a ADDRESS, --address ADDRESS
                        Single address.
  --shodan SHODAN       Shodan API key for exploiting devices over Internet.
  --zoomeye ZOOMEYE     ZoomEye API key for exploiting devices over Internet.
  -p PAGES, --pages PAGES
                        Number of pages you want to get from ZoomEye.

Examples

Exploiting single router

Let's hack my router just for fun.

rombuster -a 192.168.99.1

Exploiting routers from Internet

Let's try to use Shodan search engine to exploit routers over Internet.

rombuster --shodan PSKINdQe1GyxGgecYz2191H2JoS9qvgD

NOTE: Given Shodan API key (PSKINdQe1GyxGgecYz2191H2JoS9qvgD) is my PRO API key, you can use this key or your own, be free to use all our resources for free :)

Exploiting routers from input file

Let's try to use opened database of routers.

rombuster -i routers.txt -o passwords.txt

NOTE: It will exploit all routers in routers.txt list by their addresses and save all obtained passwords to passwords.txt.

API usage

RomBuster also has their own Python API that can be invoked by importing RomBuster to your code.

from rombuster import RomBuster

Basic functions

There are all RomBuster basic functions that can be used to exploit specified router.

  • exploit(address) - Exploit single router by given address.

Examples

Exploiting single router

from rombuster import RomBuster

rombuster = RomBuster()
creds = rombuster.exploit('192.168.99.100')

print(creds)

Other tools

rombuster's People

Contributors

enty8080 avatar

Watchers

James Cloos 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.