afjoseph / randomware

PoC Linux Ransomware

Home Page:https://malwarecheese.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proof of Concept Linux Ransomware

This is a simple ransomware

The idea is to prove that writing a blindly destructive piece of software is not only very simple, but can be achieved with less than 200 lines of code.

CTF questions are here.

Feel free to post the write-up anywhere

Building & Usage (DO NOT EXECUTE)

$ clang randomware.c -o ~/randomware
$ strip --strip-all ~/randomware # Skip this step for easier analysis
$ sudo ~/randomware

Disclaimer

This software was created purely for research purposes.

About

PoC Linux Ransomware

https://malwarecheese.com

License:Apache License 2.0


Languages

Language:C 100.0%