[PythonEdu]Simple BruteForce is public! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

[PythonEdu]Simple BruteForce is public!

You can check it out, it is so starnge but it truly works! IDK how I found this! Link:https://code.sololearn.com/csmym7CTFf2a/#py

7th Mar 2017, 12:10 PM
Ali Emir Kızıl
Ali Emir Kızıl - avatar
8 Answers
+ 11
@Ali As we speak, I've done this little something as a reference to the ASCII set I've spoke of. https://code.sololearn.com/caqeLIYhH8Rw/?ref=app
7th Mar 2017, 12:33 PM
Hatsy Rei
Hatsy Rei - avatar
+ 11
Not really different from the rest of the bruteforce "password crackers" on here. If my password contains characters which isn't part of the standard charset and symbol set, it won't be able to find it by cross-matching. This is because the set of characters which is compared to password string doesn't include all of ASCII.
7th Mar 2017, 12:17 PM
Hatsy Rei
Hatsy Rei - avatar
+ 11
@Ali I did not claim that you stole this code. You don't need to create a charset. Iterating through the full set of existing ASCII values will suffice.
7th Mar 2017, 12:26 PM
Hatsy Rei
Hatsy Rei - avatar
+ 5
@Hasty Rei at least I didnt steal any code and didnt you see the y? and I could create a charset myself but I dont have that much time. also thank you for your response.
7th Mar 2017, 12:21 PM
Ali Emir Kızıl
Ali Emir Kızıl - avatar
+ 5
@Hasty Rei I just meant that I didnt. Dont take it wrong. Also I'll check out ASCII thing some hours later! Thank you!
7th Mar 2017, 12:29 PM
Ali Emir Kızıl
Ali Emir Kızıl - avatar
+ 5
@Hatsy Rei Thanks!
7th Mar 2017, 12:34 PM
Ali Emir Kızıl
Ali Emir Kızıl - avatar
+ 4
@Amaras A I am also confused with that y variable too. I just cant believe myself that I thought that.
8th Mar 2017, 3:41 AM
Ali Emir Kızıl
Ali Emir Kızıl - avatar
+ 1
How the hell does this work ? I am confused about that quirk
7th Mar 2017, 10:00 PM
Amaras A
Amaras A - avatar