{"id":21845259,"url":"https://github.com/entysec/rombuster","last_synced_at":"2025-09-24T00:31:59.359Z","repository":{"id":51139387,"uuid":"368623468","full_name":"EntySec/RomBuster","owner":"EntySec","description":"RomBuster is a router exploitation tool that allows to disclosure network router admin password.","archived":false,"fork":false,"pushed_at":"2024-07-18T16:21:59.000Z","size":212,"stargazers_count":455,"open_issues_count":0,"forks_count":73,"subscribers_count":13,"default_branch":"main","last_synced_at":"2024-07-19T05:51:44.524Z","etag":null,"topics":["credentials-gathering","entysec","exploit","exploits","hack","hacking","information-extraction","information-gathering","iot","iot-hacking","kalilinux","password-cracker","passwords","payload","payloads","router","router-hacking"],"latest_commit_sha":null,"homepage":"https://entysec.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EntySec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"entysec"}},"created_at":"2021-05-18T18:01:55.000Z","updated_at":"2024-07-18T21:00:23.000Z","dependencies_parsed_at":"2024-07-18T02:46:35.707Z","dependency_job_id":"2097c016-acb8-49ba-9ea1-ff6bbc276063","html_url":"https://github.com/EntySec/RomBuster","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FRomBuster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FRomBuster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FRomBuster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EntySec%2FRomBuster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EntySec","download_url":"https://codeload.github.com/EntySec/RomBuster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234017026,"owners_count":18766442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["credentials-gathering","entysec","exploit","exploits","hack","hacking","information-extraction","information-gathering","iot","iot-hacking","kalilinux","password-cracker","passwords","payload","payloads","router","router-hacking"],"created_at":"2024-11-27T23:08:52.669Z","updated_at":"2025-09-24T00:31:53.982Z","avatar_url":"https://github.com/EntySec.png","language":"Python","funding_links":["https://github.com/sponsors/entysec"],"categories":[],"sub_categories":[],"readme":"# RomBuster\n\n[![Developer](https://img.shields.io/badge/developer-EntySec-blue.svg)](https://entysec.com)\n[![Language](https://img.shields.io/badge/language-Python-blue.svg)](https://github.com/EntySec/RomBuster)\n[![Forks](https://img.shields.io/github/forks/EntySec/RomBuster?style=flat\u0026color=green)](https://github.com/EntySec/RomBuster/forks)\n[![Stars](https://img.shields.io/github/stars/EntySec/RomBuster?style=flat\u0026color=yellow)](https://github.com/EntySec/RomBuster/stargazers)\n[![CodeFactor](https://www.codefactor.io/repository/github/EntySec/RomBuster/badge)](https://www.codefactor.io/repository/github/EntySec/RomBuster)\n\nRomBuster is a router exploitation tool that allows to disclosure network router admin password.\n\n## Features\n\n* Exploits vulnerabilities in most popular routers such as `D-Link`, `Zyxel`, `TP-Link`, `Cisco` and `Huawei`.\n* Optimized to exploit multiple routers at one time from list.\n* Simple CLI and API usage.\n\n## Installation\n\n```shell\npip3 install git+https://github.com/EntySec/RomBuster\n```\n\n## Basic usage\n\nTo use RomBuster just type `rombuster` in your terminal.\n\n```\nusage: rombuster [-h] [-o OUTPUT] [-i INPUT] [-a ADDRESS] [--shodan SHODAN]\n                 [--zoomeye ZOOMEYE] [-p PAGES]\n\nRomBuster is a router exploitation tool that allows to disclosure network\nrouter admin password.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -o OUTPUT, --output OUTPUT\n                        Output result to file.\n  -i INPUT, --input INPUT\n                        Input file of addresses.\n  -a ADDRESS, --address ADDRESS\n                        Single address.\n  --shodan SHODAN       Shodan API key for exploiting devices over Internet.\n  --zoomeye ZOOMEYE     ZoomEye API key for exploiting devices over Internet.\n  -p PAGES, --pages PAGES\n                        Number of pages you want to get from ZoomEye.\n```\n\n### Examples\n\n**Exploiting single router**\n\nLet's hack my router just for fun.\n\n```shell\nrombuster -a 192.168.99.1\n```\n\n**Exploiting routers from Internet**\n\nLet's try to use Shodan search engine to exploit routers over Internet.\n\n```shell\nrombuster --shodan PSKINdQe1GyxGgecYz2191H2JoS9qvgD\n```\n\n**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 :)\n\n**Exploiting routers from input file**\n\nLet's try to use opened database of routers.\n\n```shell\nrombuster -i routers.txt -o passwords.txt\n```\n\n**NOTE:** It will exploit all routers in `routers.txt` list by their addresses and save all obtained passwords to `passwords.txt`.\n\n## API usage\n\nRomBuster also has their own Python API that can be invoked by importing RomBuster to your code.\n\n```python\nfrom rombuster import RomBuster\n```\n\n### Basic functions\n\nThere are all RomBuster basic functions that can be used to exploit specified router.\n\n* `exploit(address)` - Exploit single router by given address.\n\n### Examples\n\n**Exploiting single router**\n\n```python\nfrom rombuster import RomBuster\n\nrombuster = RomBuster()\ncreds = rombuster.exploit('192.168.99.1')\n\nprint(creds)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentysec%2Frombuster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fentysec%2Frombuster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fentysec%2Frombuster/lists"}