+ 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
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
+ 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.
+ 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.
+ 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.
+ 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!
+ 5
@Hatsy Rei Thanks!
+ 4
@Amaras A I am also confused with that y variable too. I just cant believe myself that I thought that.
+ 1
How the hell does this work ? I am confused about that quirk