python-dirtt was written by Rob Moggach and is maintained by a group of developers. It is licensed under an MIT-style permissive license. You can install it with easy ...
This is one of my first Python security scripts. It brute-forces website directories by trying a list of common paths and shows which ones exist (200 OK) or are blocked (403). I built it to learn how ...
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 ...