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.
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
./spray host.txt telnet > crackedTelnet.txt
OR
./spray host.txt ssh > crackedSsh.txt
IP PORT USERNAME PASSWORD
sed 's/:/ /g' MiraiLoader.txt > hosts.txt
Currently, Hydra only allows a proxy module with the Telnet service.
export HYDRA_PROXY=socks5://YOURLOGIN:YOURPASSWORD@127.0.0.1:9050
unset HYDRA_PROXY
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 !