Unformbook
A python script to extract Formbook trojan C2 using radare2
Install / Use
/learn @voidm4p/UnformbookREADME
unformbook.py
Python script that helps extracting C2 configured on a FormBook malware sample.
Example of use:
$ python unformbook.py payload.exe
[+] MASM detected. Version 10.00.40219. FormBook candidate. Continue...
[+] Number of encbuffers is ok. Continue...
[+] C&C URI found: hxxp://www.blandeglos.com/sh/
Installation
To clone this repository and run the script you need to recursively download its dependencies:
git clone --recursive https://github.com/voidm4p/unformbook.git
Based on work made by @tildedennis and @ThisIsSecurity
