
RomBuster
RomBuster is a router exploitation tool that allows to hack/disclosure network router admin password.
Most popular routers like D-Link, TP-Link or Huawei is contains some vulnerabilities.
This tool is also can be use to exploit local router or routers from internet (use Shodan or ZoomEye to find some routers address). You can see the demo bellow.
Features
- Exploits vulnerabilities in most popular routers such as
D-Link
,Zyxel
,TP-Link
andHuawei
. - Optimized to exploit multiple routers at one time from list.
- Simple CLI and API usage.
Installation
Basic Usage
To use RomBuster just type rombuster
in your terminal.
Demo
Exploiting single router
Let’s hack my router just for fun.
Exploiting routers from Internet
Let’s try to use Shodan search engine to exploit routers over Internet.
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.
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.
Basic functions
There are all RomBuster basic functions that can be used to exploit specified router.
exploit(address)
– Exploit single router by given address.