Skip to content

keshiba/cve-2019-16278

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2019-16278

Rust

This is an exploit for the CVE-2019-16278 vulnerability.

It allows remote code execution on an nhttpd server v1.9.6.

Building from Source

This tool is written in Rust and you need to install the Rust compiler which is super easy if you follow the instructions in their page

Compiling

Once you have the compiler and cargo installed, you can run:

cargo build

Example

./cve-2019-16278 10.10.1.1 80 "cat /etc/passwd"

This example connects to the host 10.10.1.1 on port 80 and executes the cat /etc/passwd on the remote host.

About

Exploit for the CVE-2019-16278 vulnerability

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages