nweb
nweb copied to clipboard
A tiny web server in C
Hi @ankushagarwal :wave:, private vulnerability reporting is unfortunately deactivated for this project, but the vulnerability was already disclosed in #1 anyway. In the current implementation, clients can simply provide absolute...
A running nweb instance provides access to the whole filesystem (provided that chroot is not used), which should not be allowed
this little webserver would be handy if it were possible to update it to support https
@ankushagarwal Please take a look
Lorem
In order to deal with a ton of compiler warnings, here's some const-correctness added. While at it, replace a `(char *)0` with NULL. Personally I'd use an initialization, but you...