An open API service indexing awesome lists of open source software.

https://github.com/jeanvydes/ransomware-virus

A ransomware virus (don't run)
https://github.com/jeanvydes/ransomware-virus

Last synced: about 2 months ago
JSON representation

A ransomware virus (don't run)

Awesome Lists containing this project

README

        

# A Ransomware

**EDUCATIONAL PURPORSES**

For security a line in the code is commented

```rust
let path = "/home/folder_never_used"; //detect_os_path();
````

Uncomment `detect_os_path()` and delete `"/home/folder_never_used"` for be usable in any os;

If the file size is greater that 50mb, the file will be encrypted into chunks.

[Source](https://kerkour.com/rust-file-encryption)