
Bizzare right? I know it sounds really inefficient but this solution is being used already with some efficiency improvements to it ( check Appendix ) also thanks to Moore's Law that with increasing computing power the solution is becoming more and more efficient. In short, think that we have a list of passwords that we think can be someone’s password, then we try all of these passwords until unless we find the right one.

What is the Brute Force technique?īrute Force technique is a technique in which we check all the possible solutions for a problem against the actual solution. After going through these concepts you yourself would be able to answer all your questions. Okay, so before I answer thess questions, I want to introduce you to some concepts. The questions that would be arising in your mind would be that will this thing be a universal solution to cracking passwords? How the heck would it even be working? You can use the final source code to cross-check your source code! Introduction

This is on, you can use too for making this workshop! The final source code for the workshop is available here.

You don't need to be a Guru in Python, a basic understanding of it is more than enough! Souce Code The workshop is for anyone familiar with Python! So using the workshop for educational purposes only is strictly advised. Hack Club doesn’t promote any kind of misuse of the knowledge being provided here and won’t be responsible for your participation in any sort of unlawful activities.

The workshop is made so that you can be more aware of how these attacks are done and can protect yourself from them. This is solely for educational purposes and using the knowledge provided here for ulterior motives is a cybercrime. The sole purpose of this workshop is to help you discover various ways via which you can be attacked ( in a cyber attack ) by someone. We will be creating a password cracker which will be using the Brute Force technique to crack the password of your choice! So, let’s get started. This workshop is about making a password cracker.
