1
0
mirror of https://github.com/jgamblin/Mirai-Source-Code synced 2025-07-14 15:52:54 +00:00
Chuck McAuley c8381aa219 Changes to be committed:
modified:   README.md
2016-10-12 14:38:29 -04:00
2016-10-12 14:13:45 +08:00
2016-10-02 18:44:20 -05:00
2016-10-12 14:28:41 -04:00
2016-10-12 11:14:55 -04:00
2016-10-12 14:49:46 +08:00
2016-10-12 14:49:46 +08:00
2016-10-12 14:49:46 +08:00
2016-10-12 14:38:29 -04:00
2016-10-12 14:28:41 -04:00

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
Description
Leaked source code of the Mirai malware.
Readme 204 MiB
Languages
C 85%
Go 10.5%
Shell 3.3%
PLSQL 0.7%
SQL 0.3%
Other 0.2%