Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Mirai-Spray — Mirai Loader Scanner | Kitploit
Tools/GitHubGitHub/skotizo/mirai-spray
Password AttacksNetwork SecurityPenetration Testing
GitHubskotizo/mirai-spray

Mirai-Spray

Mirai Loader Scanner

View Repository
26 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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

root@kitploit:~
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

root@kitploit:~
./spray host.txt telnet > crackedTelnet.txt

OR

root@kitploit:~
./spray host.txt ssh > crackedSsh.txt

Output

a

HOST FILE FORMAT

IP PORT USERNAME PASSWORD

To convert a Mirai loader with commas use :

root@kitploit:~
sed 's/:/ /g' MiraiLoader.txt > hosts.txt

PROXY

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

Enable Proxy

root@kitploit:~
export HYDRA_PROXY=socks5://YOURLOGIN:[email protected]:9050

Disable Proxy

root@kitploit:~
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

Download Tool