liyuchen0206 / CRYLINE-v5.0

Cryline project - It's a simple ransomware for Windows OS

Home Page:https://t.me/Darxis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


INFORMATION


Contact

image info

image info

Directories

  • ./BIN - Compiled files
  • ./SOURCE - Source code
  • ./TEST_DISK - Drive image
  • ./TOOLS - Compiler and additionally utilities
  • ./CRYLINE_COMPILER - Simple Windows command line script for autocompile

Files

  • ./SOURCE/encryptLoader.asm - First MBR
  • ./SOURCE/driveEncryption.asm - Encryption module [THIS CIPHER IS VERY WEAK! It was used only for testing!]
  • ./SOURCE/bannerLoader.asm - Second MBR
  • ./SOURCE/bannerKernel.asm - Banner that is displayed after drive encryption

Dropper

This's a simple malware for writing files to drive.

  • First 512 bytes of hard drive - encryptLoader.bin
  • Second 1024 bytes of hard drive - bannerKernel.bin
  • Third 1024 bytes of hard drive - bannerLoader.bin
  • Fourth 512 bytes of hard drive - bannerLoader.bin

About

Cryline project - It's a simple ransomware for Windows OS

https://t.me/Darxis

License:MIT License


Languages

Language:Assembly 48.9%Language:C 40.8%Language:C++ 7.4%Language:Batchfile 2.9%