improved-adminadmin-finder
v0.1.2
Published
A program that searches for routers with the login/password pair 'admin:admin' in a specified IP range or in a wordlist
Downloads
2
Maintainers
Readme
improved-adminadmin-finder
Only for educational purposes!
Installation
npm i improved-adminadmin-finder -g
Usage:
Improved adminadmin finder - Milk_Cool, 2023
Usage:
adminadmin --help
adminadmin [-i INFILE] [-o OUTFILE] [-t TIMEOUT] [-w WORKERS]
Arguments:
-h, --help Prints help and exits.
-i, --infile Defines the file to take IP addresses from. Also accepts wildcard IPs such as 1.2.*.*.
-o, --outfile Defines the file to write vulnerable routers to. Overwrites the contents of the file.
-t, --timeout Defines the connection timeout (default: 500)
-w, --workers Defines the amount of workers to fork (default: no. of CPU cores)