Skip to content

Skotizo/Mirai-Spray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mirai-Spray

Scans typical Mirai loader/hostlists format with Hydra. This can be used to check if a list of hosts are able to be connected to.

INSTALLATION

apt update -y && apt upgrade -y
apt install tor
git clone https://github.com/Skotizo/Mirai-Spray
cd Mirai-spray
g++ main.cpp -o spray
./spray

a

USAGE

./spray host.txt telnet > crackedTelnet.txt

OR

./spray host.txt ssh > crackedSsh.txt

Output

a

HOST FILE FORMAT

IP PORT USERNAME PASSWORD

To convert a Mirai loader with commas use :

sed 's/:/ /g' MiraiLoader.txt > hosts.txt

PROXY

Currently, Hydra only allows a proxy module with the Telnet service.

Enable Proxy

export HYDRA_PROXY=socks5://YOURLOGIN:YOURPASSWORD@127.0.0.1:9050

Disable Proxy

unset HYDRA_PROXY

ETHICS

This project is a proof of concept and should not be ran against systems you do not own. Im not responsible for anything you do with this code. Have fun !

CREDITS

HYDRA

About

Mirai Loader Scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages