initial
This commit is contained in:
8
README.md
Normal file
8
README.md
Normal 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. It’s as terrible
|
||||
as it sounds!
|
Reference in New Issue
Block a user