Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ttfh/fsocietym
Cryptowall Ransomware from Mr Robot serie S2E1 and S2E2
https://github.com/ttfh/fsocietym
deprecated mr-robot rasomware
Last synced: 2 months ago
JSON representation
Cryptowall Ransomware from Mr Robot serie S2E1 and S2E2
- Host: GitHub
- URL: https://github.com/ttfh/fsocietym
- Owner: TTFH
- License: unlicense
- Created: 2018-12-21T23:27:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-07T21:01:06.000Z (9 months ago)
- Last Synced: 2024-05-07T22:23:23.407Z (9 months ago)
- Topics: deprecated, mr-robot, rasomware
- Language: C++
- Homepage:
- Size: 3.19 MB
- Stars: 24
- Watchers: 1
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fsocietyM
Cryptowall Ransomware from Mr Robot serie S2E1 and S2E2# [DEPRECATED] DO NOT ATTEMPT TO USE. This repo is very old and contains random nonsense.
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](https://raw.githubusercontent.com/TTFH/fsocietyM/master/example/Cryptowall3.png)
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-toolchainCompile:
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