Mirai Botnet Client, Echo Loader and CNC source code
This is the source code released from here as discussed in this Brian Krebs Post.
I found
mirai.src.zip from VT
loader.src.zip from VT
dlr.src.zip from VT
Maybe they are original files.
Configuring_CNC_Database.txt from pastebin.com/86d0iL9g
Setting_Up_Cross_Compilers.sh from pastebin.com/1rRCc3aD
Felicitychou
Chuck: Merged Felicitychou's additions and setup Vagrant file. To setup build environment, you just need to "vagrant up" Also removed obfuscation of table.c, so no need to run "enc" tool anymore Have modified some shell scripts to install more cross compiler packages and remove errors modified build.sh to download go packages
steps to setup build environment
- git pull
- vagrant up
- vagrant ssh
- cd /vagrant/mirai
- ./build.sh
Steps to create database:
cat Configure_CNC_Database.txt | mysql -u root --password=password
Start the CnC
- make a prompt file in ./release
cd ./release
sudo ./cnc