This commit is contained in:
2018-05-03 17:46:29 +02:00
commit 464f2c16f3
2 changed files with 115 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# 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!