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

9 lines
337 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# serve
My Python port of the webserver Gary Bernhardt built in [this
screencast](https://www.destroyallsoftware.com/screencasts/catalog/http-server-from-scratch).
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!