-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is an issue #1
Comments
IVE UPLOADED TO GITHUB SO THE WORLD CAN WORK FOR MEEEEEEE :-))))) |
Hello, So my question is: How to start the code? |
Hey there! God, thank you. I almost forgot that my repos still exist lol Anyway. Let's talk about BruteCrack. Currently, it will only use the charset you manually provide into the program (my english still sucks, neh), brute force the results and save them into a file so your OS doesn't crash because of RAM leak. With charset, I mean that you basically write every single character into the array thing that the password should contain. For example, if you want to crack a password containing uppercase, lowercase letters and numbers, the char_list should look something like this: ABC(...)abc(...)1234567890 (sorry i forgot how the alphabet works) If you want to test for your purpose, you would have to rewrite the crack function to compare the returned password to the one you want to test. If you want me to do it for you, let me know. I've got nothing planned for this weekend anyway :) |
I've been wondering why my code doesn't have any bugs or stuff
If u dunno what an issue is, now you know it
Go download, test and report
The text was updated successfully, but these errors were encountered: