Skip to content
forked from TTFH/fsocietyM

Cryptowall Ransomware from Mr Robot serie S2E1 and S2E2

License

Notifications You must be signed in to change notification settings

aesuuuu/fsocietyM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fsocietyM

Cryptowall Ransomware from Mr Robot serie S2E1 and S2E2

This project is purely academic, use at your own risk. I do not encourage in any way the use of this software illegally.

Files are encrypted with AES256 ECB ANSI X9.23

diff

Download Msys2 from:
https://www.msys2.org/

Download Mozilla Firefox from:
https://www.mozilla.org/es-ES/firefox/all/
(you can edit main.cpp to use Chrome or other browser)

Download HxD Hex Editor (optional) from:
https://mh-nexus.de/en/hxd/
(to view the file containing the decryption key)

Install Compiler:
pacman -S mingw-w64-x86_64-toolchain

Compile:
cd cryptowall
g++ -Wall -Werror embed.cpp -o pack
echo #include "../headers/embedded_file.h" > ..\cpp\embedded_file.cpp
pack flag.png index.htm jester.png styles.css getip.bat fullscreen.vbs >> ..\cpp\embedded_file.cpp
cd ..
make
g++ -Wall -Werror server.cpp cpp\base64.cpp cpp\random.cpp -o server

About

Cryptowall Ransomware from Mr Robot serie S2E1 and S2E2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • HTML 0.5%
  • CSS 0.3%
  • C 0.1%
  • Makefile 0.1%
  • Batchfile 0.0%