Welcome back, my novice hackers!
This is the third installment of my Python scripting series. If you haven’t read the previous two articles, take some time now to go back and read Part 1 and Part 2 before you proceed here.
As I mentioned in previous tutorials, Python is probably the most widely used scripting language for hackers. This is primarily because it has some built-in modules and libraries that make many of the tasks we need to do as hackers much simpler and faster.
In this guide, I want to fill in some more of the basic information about Python and then build a password cracker… more