https://github.com/nemuelw/zamok
FUD Linux Ransomware
https://github.com/nemuelw/zamok
aes-256 aes-encryption encryption-decryption linux linux-ransomware ransomware undetectable undetected
Last synced: 4 months ago
JSON representation
FUD Linux Ransomware
- Host: GitHub
- URL: https://github.com/nemuelw/zamok
- Owner: nemuelw
- Created: 2022-12-30T13:28:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T18:02:55.000Z (almost 3 years ago)
- Last Synced: 2025-04-24T08:38:48.454Z (6 months ago)
- Topics: aes-256, aes-encryption, encryption-decryption, linux, linux-ransomware, ransomware, undetectable, undetected
- Language: Go
- Homepage:
- Size: 1.9 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zamok
FUD Linux Ransomware \
### Setup :
- Clone this repository
- Navigate to the project directory
- Run this command to build :
``` go build -ldflags="-s -w" zamok.go ```### How it works :
1. Change into the current user's home directory
2. Generate the encryption key
3. Send a copy of the key as well as a unique identifier for the machine to the C2 Server
4. Loop through the target directories encrypting every file in them .
- Desktop
- Documents
- Downloads
- Music
- Videos
- Pictures
5. Drop a RANSOM note on the Desktop with instructions (README.txt)### DISCLAIMER
This project is for educational purposes only, and I will not be \
responsible for anything malicious that you do with it, so act responsibly !