Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.07 KB

README.md

File metadata and controls

52 lines (43 loc) · 1.07 KB

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