Status: Development
A bunch of tiny scripts for a lazy pentester ,trying to automize some tasks ,getting easy access to the needed information ,repeat the same process .
Accessing devices using the default credentials is a daily habit for pentester .Routerdb is a python script based on routerpassword website that gather the default username/password for different routers products . You don't need to leave your terminal anymore .
- 329 Router supported
$ python routerdb.py -h
[*] Get the Routers Default Passwords
Options:
-h, --help show this help message and exit
-r ROUTER, --router=ROUTER
router name
-l, --list List of the routers
Get the router default password
-r option
another router
-r
option is used to list the available routers products .
329 router available .
git clone https://github.com/ihebski/Pentest-chainsaw.git
cd Pentest-chainsaw/
pip install -r requirements.txt
python routerdb.py -r <router>
[+] AUTOR: Iheb Ben Salem (ihebski)
[+] EMAIL: ihebbensalem.dev@gmail.com
[+] GITHUB: https://github.com/ihebski
The MIT License (MIT)