Skip to content

This is an educational example of a minimalist dropper in Python, designed for educational purposes in the field of cybersecurity. The program receives a payload from an API, downloads it, and remotely executes the code on the target machine.

Notifications You must be signed in to change notification settings

MrMoss12-cmd/MinimalDropper-main

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dropper Minimal (Python)

Descripción

Este es un ejemplo educativo de un dropper minimalista en Python, diseñado con fines educativos en el campo de la ciberseguridad. El programa recibe un payload de una API, lo descarga y ejecuta el código de forma remota en la máquina objetivo.

Este dropper utiliza ngrok para exponer la API local a través de un túnel seguro, permitiendo que el servidor reciba las solicitudes externas de manera efectiva.

Advertencia: Este código está destinado únicamente a fines educativos. El uso indebido de este software está estrictamente prohibido y puede ser ilegal. Asegúrese de tener el consentimiento explícito para realizar pruebas de seguridad.

Requisitos

  • Python 3.6 o superior
  • ngrok (para exponer la API)
  • Librerías de Python:
    • requests
    • subprocess
    • os
    • platform
    • time

Puedes instalar las dependencias de Python con el siguiente comando:

pip install requests

About

This is an educational example of a minimalist dropper in Python, designed for educational purposes in the field of cybersecurity. The program receives a payload from an API, downloads it, and remotely executes the code on the target machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages