Share
## https://sploitus.com/exploit?id=DA51C315-436B-5EAD-A680-4EE65C129F63
# CVE-2019-16278 - Nostromo nhttpd RCE

## Vulnerability Description
Remote Code Execution vulnerability in Nostromo nhttpd versions  2>&1`

## Usage

```bash
python3 CVE-2019-16278.py   
```

### Example:
```bash
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"

Reverse shell Recomended, sometimes this script show nothing
```

## Requirements
- Python 3
- Network access to target server
- Target running vulnerable Nostromo nhttpd

## References
- CVE: CVE-2019-16278
- https://www.exploit-db.com/exploits/47837
- https://nvd.nist.gov/vuln/detail/CVE-2019-16278

## Disclaimer
This tool is for educational and authorized security testing purposes only. Unauthorized access to computer systems is illegal.