https://github.com/alvarorichard/armasec
A simple Ransomware
https://github.com/alvarorichard/armasec
hacking linux malware python python3 ransomware
Last synced: 9 months ago
JSON representation
A simple Ransomware
- Host: GitHub
- URL: https://github.com/alvarorichard/armasec
- Owner: alvarorichard
- License: mit
- Created: 2023-01-27T23:40:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T01:56:19.000Z (over 2 years ago)
- Last Synced: 2024-03-20T02:45:54.179Z (over 2 years ago)
- Topics: hacking, linux, malware, python, python3, ransomware
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ransomware
**Warning: This ransomware script is for educational purposes only. Do not use it on any unauthorized systems or for any malicious purposes. Use at your own risk.**
This ransomware script demonstrates a basic implementation of file encryption and decryption using the AES cipher. It can encrypt files with specific extensions in selected directories and allows for decryption if the correct key is provided.
## Disclaimer
Please note that this script is provided for educational purposes only and should not be used for any malicious activities. Unauthorized use of this script is strictly prohibited. The developer does not take any responsibility for any illegal or unethical use of this code.
## Development Stage
This ransomware script is currently in development and should not be used in a production environment. It may have bugs or security vulnerabilities that can lead to data loss or other unintended consequences. Use it with caution and only in a controlled, isolated testing environment.
## Requirements
- Python 3.10
- Python packages: `pycryptodome`
## Usage
1. Clone the repository or download the script files.
2. Install the required Python packages by running the following command:
3. Run the ransomware script with the appropriate command-line arguments. Use the following command:
- Use the `-d` or `--decrypt` flag to decrypt the files. If omitted, the script will encrypt the files.
- When encrypting, the script will search for files with specific extensions in predefined directories and encrypt them using AES encryption.
- When decrypting, the script will prompt for the decryption key and decrypt the encrypted files.
**Note: Ensure that you have proper authorization and permissions before running this script.**
## Disclaimer
**Once again, this script is for educational purposes only. The developer takes no responsibility for any misuse or damages caused by using this script. Use it responsibly and with caution.**