This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Portable HTTP file server | |
# Should be somewhat safe but please don't actually use it. | |
# You can't exit this with CTRL+C directly and need to use the shutdown command below a directory listing, | |
# or you can kill the powershell process of course, but this causes the port to stay used sometimes. | |
# Features | |
# - Directory Browser | |
# - Can handle UTF8 URLs | |
# - Delivers unknown file types | |
# - /../ attack prevention |