Giter Site home page Giter Site logo

nfttkcauzy / chimera Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 218 KB

A malware written in Python for educational exploration, Chimera self-replicates, encrypting files in targeted directory. Designed responsibly to demonstrate destructive malware impact, it underscores ethical use and legal compliance.

HTML 100.00%

chimera's Introduction

Chimera - Encryption Worm

Description

Chimera is a potent Python script designed for destructive encryption and rapid propagation across directories. The script employs the Fernet symmetric encryption library to encrypt files in targeted directories, rendering them inaccessible.

Usage

Caution: This script is likely destructive and intended for educational purposes only. Execute the script responsibly in a controlled environment to understand its impact.

To unleash the worm, execute the script with the following command:

python3 chimera.py --path /path/to/target/directory

Features

  • Self-Replicating Worm: Chimera creates a malicious copy of itself in the same directory as the script, ensuring persistence.

  • Destructive Encryption: The worm duplicates and encrypts files in targeted directory, making them irretrievable without the encryption key (The encryption key is not printed or saved on a file. This code intended to destroy a system not for ransom.)

  • Encryption Algorithm: Utilizes the Fernet symmetric encryption library for securing replicated files, making decryption without the key practically impossible.

  • Permanent Data Loss: After the script is deployed successfully, it will remove the original files within the designated directory. (Again, use it with caution or you will regret.)

Disclaimer

This script is created for educational purposes to demonstrate the potential dangers of destructive malware. The author takes no responsibility for any misuse or damage caused by its execution.

Requirements

  • Python 3.x
  • cryptography library (install with pip install cryptography)

Warning

Use at Your Own Risk: Executing this script in a real-world scenario may result in irreversible data loss and legal consequences. Do not use this script for malicious purposes. Always seek proper authorization before conducting any testing or experiments.

chimera's People

Contributors

veilwr4ith avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.