Skip to content

The foundational code of a rust-based PoC ransomware

Notifications You must be signed in to change notification settings

Brentlyw/RustyCry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Alt Text

Information

  • Simple and quick AES-256 encryption of common folders. (Desktop, docs, etc.)
  • Randomized IV every run.
  • Layered function calls.
  • Uses function pointers, mimicks dynamic loading.
  • Extemely low detection rate (0/75 VirusTotal 8/27/2024)

Scan Results

Disclaimer

This program is not meant for harm, malicious use, or anything beyond educational purposes. By using this code, you are fully responsible for anything you do with it.

About

The foundational code of a rust-based PoC ransomware

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages