Why did I create this project instead of using existing framework? The reason that I created this is I want to keep things simple. I've used Flask before, just for a simple case. But the framework do ...
Same functionality as securityheaders.io but as Python script. Also checks some server/version headers. Written and tested using Python 3.8. With minor modifications could be used as a library for ...
If you need a quick web server running and you don't want to mess with setting up apache or something similar, then Python can help. Python comes with a simple builtin HTTP server. With the help of ...