srozb / mirai-utils

reveal xored strings in mirai binary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mirai-utils

reveal xored strings in mirai binary

usage:

  • crack_mirai.py <mirai binary> - will try to guess the XOR key and decrypt the binary
  • decode_mirai.py <mirai binary> - will try to do it with the default key which is 0xdeadbeef

The effective lenght of key is 1 byte anyway.

take a look at:

https://github.com/srozb/spyrai - harmless mirai botnet client.

About

reveal xored strings in mirai binary


Languages

Language:Python 100.0%