Skip to content

𝔫𝔒𝔡𝔱-𝔀𝔒𝔫 𝔠𝔯𝔢𝔭𝔱𝔬 𝔩𝔬𝔠𝔨𝔒𝔯 - 𝔫𝔬𝔱 𝔣𝔬𝔯 π”¦π”©π”©π”’π”€π”žπ”© 𝔭𝔲𝔯𝔭𝔬𝔰𝔒

Notifications You must be signed in to change notification settings

natekali/Pazuzu-Locker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

banner

Pazuzu-Locker πŸ‘Ώ

Brand new Crypto-Locker made using Fernet encryption method, an automatic parser go through all the files of the computer target, for each files, a new encryption key is used, making the forensics investigations harder, even impossible. At the end of the execution, a csv file is created, uploaded to PixelDrain and deleted from the computer. The only way to decrypt files is to have the PixelDrain file ID necessary to run the decrypt.py program. Pazuzu is 100% automatic, only changes needed to run properly can be done through conf.py file

⛔️ Disclaimer

I made this software, and I'm not responsible for what you do with it or any problems it causes. By using it, you agree to this rule.

πŸ‰ Features

  • 100% Automatic & 100% Undetectable
  • Encryption Method Unreversible
  • Error Handled for Persistent Execution
  • Comprehensive & Easy Usage

ℹ️ Prerequisites

Before running Pazuzu, make sure you install these following libraries :

  • requests
  • cryptography

You can install them by typing this following command in your terminal :
pip3 install -r requirements.txt

πŸ› οΈ Installation

Clone this repository to your local machine.

Open your terminal and navigate to the cloned repository.

Edit the config.py file, to encrypt you must change start_dir & tmp_csv values, to decrypt you must change pxfile_id value.

To encrypt, run the script by typing python3 pazuzu.py in your terminal. To decrypt, type python3 decrypt.pyin your terminal.

🐝 VirusTotal Check

Pazuzu Locker can easily bypass all known antivirus, making it easier to deploy VT_check

πŸ‘½ Usage demo

Default usage of Pazuzu Locker from encryption to decryption on sample directory, conf.py used for demo :

param = {
    'start_dir': '/home/pazuzu/sample',
    'tmp_csv': 'tmp.csv',
    'pxfile_id': 'FPJZjoAd'
}
demo.mp4

πŸ’Ό Author

About

𝔫𝔒𝔡𝔱-𝔀𝔒𝔫 𝔠𝔯𝔢𝔭𝔱𝔬 𝔩𝔬𝔠𝔨𝔒𝔯 - 𝔫𝔬𝔱 𝔣𝔬𝔯 π”¦π”©π”©π”’π”€π”žπ”© 𝔭𝔲𝔯𝔭𝔬𝔰𝔒

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages