74lg0 / PyMalwareOS

The PyMalwareOS project is a collection of simple malwares created with Python. It includes remote access via SSH and ransomware with asymmetric encryption using Fernet for Windows systems and Linux Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyMalwareOS

!! In constant updates !!

!Ransomware with SSH access for Linux is now available!

[1] SSH-Remote-Access

This script, developed in Python, acts as a simple malware prototype that facilitates remote access via SSH. The malware's main functionality includes reading RSA public keys from a file named ".authorized.txt" and writing them to the "authorized_keys" file of the victim's system. This allows unauthorized access to the compromised system without the need for password authentication.

Additionally, the malware sends an HTTP request to a preconfigured server. This request is designed to transmit critical information from the compromised system, such as the console username and the victim's IP address. It is important to note that the target server's address can be modified directly from the malware's source code, while the RSA public key must be edited and configured in the ".authorized.txt" file.

Note for beginners: To properly implement this script, it is necessary to enter the appropriate RSA public key into the ".authorized.txt" file, which will then be copied to the "authorized_keys" file of the target system to establish access.

[2] Simple-Ransomware DarkCrypt

A simple ransomware using the Cryptography library and the implementation of an asymmetric key with Fernet to encrypt all directories and files in the User directory. Its sole function is file encryption; it does not provide a Command and Control console or Remote Access, nor does it send requests to a host. The simple ransomware operates completely independently of the need for the internet. In the case of Linux, the implementation of remote access using SSH HAS ALREADY BEEN IMPLEMENTED, although it is still being updated

Como creador de este script, me gustaría dejar claro que no me hago responsable de su uso indebido.
Este script ha sido desarrollado con fines educativos y de investigación, y cualquier mal uso que se haga del mismo será castigado penalmente de acuerdo con las leyes y regulaciones vigentes.
Es responsabilidad del usuario utilizar esta herramienta de manera ética y legal. Recuerda siempre actuar dentro de los límites establecidos por la ley y respetar la privacidad y seguridad de los demás.

image

I would greatly appreciate it if you could inform me of any errors in the program or possible improvements in my social media:

[Twitter] https://twitter.com/74lg0

[TikTok] https://tiktok.com/@74lg0

[GitHub] https://github.com/74lg0

[Discord Server] https://discord.com/channels/1231050275876507668/1231050276559917058

About

The PyMalwareOS project is a collection of simple malwares created with Python. It includes remote access via SSH and ransomware with asymmetric encryption using Fernet for Windows systems and Linux Systems


Languages

Language:Python 98.5%Language:PHP 1.5%