featured
Up HTTP Server
Simple HTTP listener for security testing.
Wrapper around Flask/Waitress, dropping in as a replacement for the classic "python3 -m http.server". Useful for security testing. This was originally written to assist with WEB-300 (OSWE) coursework, so you may find it useful if you're attempting that.
This tool has a couple of advantages over the simple version:
- Optionally show request headers
- Pretty colours to differentiate requests
- Disable file-sharing
- Display information about the working environment