Files
serve/README.md
2018-05-03 17:46:29 +02:00

337 B
Raw Blame History

serve

My Python port of the webserver Gary Bernhardt built in this screencast.

It is not spec-compliant, serves files from disk, is vulnerable to directory traversal, and if those files are executable, executes them. Its as terrible as it sounds!