Ticker

6/recent/ticker-posts

Brute Force Password Cracker Python Script (process-idea-only)

 

Brute Force Password Cracker Python Script (process-idea-only)


It is just an idea about the process of Brute force it's just a project of my 12'th class CS practical.. (completely i made it) & it's really hard to share source code of your 2 months hardwork 😅, but let's do it...


Here I'm attaching all images and process of main programming related to my project,

And at last i also attached my GitHub repository link for all my sources codes so don't forget to check it.

So let's begin...

1 . main_program.py is importing all modules in it and start the program where you create accounts and login ,i.e. credentials.

                



2 . Functions login_auth is mainly use and called(calling of functions) to check is it correct credentials or not.




3 . When registering and creating accounts file userdata.txt created and appended everytime you create new account..

4 . So this is main programming part (cracker_main.py) where you have to upload or give the location of file that contains all possible types of password that can be same as you Wants for victims one.


5 . This is a program package directory, where all modules where loaded



6 . So this is the output of cracking process (cracker_main.py)
You have to input the victim name and location of the file that contains all possible types of password.



This is just an idea of Brute process and not much more, 

 This is my GitHub Repository




And ofcourse ,Don't forget to comment your ideas on it..
Thanks 😊



Post a Comment

0 Comments