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 ...
In my first attemp to learn Python and how it works with Windows and Active Directory, I've decided to write a little app to pull basic info from Active Directory.<BR><BR>The problem is, I have no ...
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 ...