The need to transfer files over a network is one that arises often. GNU/Linux systems support multiple protocols and tools for doing so, some of which are designed for somewhat permanent file sharing ...
HTTP(s) "monitoring" powered by FastAPI+Jinja2+aiohttp. Inspired by bash-http-monitoring. Installation can be done with pipenv or Docker. Targets can be changed on runtime since they are read in each ...
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 ...