Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.08 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.08 KB

Description

Simple encryption using C and php, this project 100% not real ransomware. Just simple custom encryption for learning

How to use

Requirement

  1. Install libcurl-dev

sudo apt install curl

  1. Install lshw

sudo apt-get install lshw

Getting system information, example in windows systeminfo

Usage

  1. Replace API_ENDPOINT with your own HTTP API endpoint

#define API_ENDPOINT "your endpoint/api.php"

  1. Compile

gcc -o loli test.c -lcurl

  1. Creating folder "test_folder"
  2. Run "php gen.php"
  3. ./loli [option]
  4. Enjoy

Result

Image

API result

Image

Coming soon support Windows machine

Image

Coming soon update

  1. Change wallpaper
  2. Add count down
  3. Add keys
  4. Support Windows
  5. Anything