INFINITE BRUTE FORCE CRACKER
Literally EVERYBODY one or two people asked me to take it to the next level. I present to you, THE INFINITE BRUTE FORCE CRACKER. It essentially goes through ever possibility. Also I made it so it wont print guesses to increase processing capabilities. Enjoy :) - Robowolf
PS. This is not I repeat NOT begging for upvotes. I just want to thank everybody for over 150 Cycles. Also thanks for helping me get on the monthly repls. Without you guys my programs would be nothing but well, unnoticed programs.
Implementation: https://repl.it/talk/share/Implementing-The-Brute-Force/86202
ez. just type in ```````````````
anything above 5 letters takes forever
@MarkSandow Yeah, it has to got through a lot of possibilities.
@robowolf Make it show what its guessing I wanna see what its doing :D
@LukeShomper I would do that but it impedes on processing time which is essential. You could fork it and add
else: print("Guess: " +guess)
on line 41
Hey dude! Nice work! But I have a few questions, I've made a password cracker before, and was wondering why you didn't include the " and ' symbols, you also didn't include capital letters...why is that?
IF U ARE 1 THING... YOU ARE AWESOME!
@GEISTCODER Thanks!
Noice
Actually cool! @robowolf, Stay safe, and Stay repling!
@AloegelhiPlaysR Thanks!
Thanks @CoolDabber For helping me get here.
if u wanted to make it more efficient, you could use multiprocessing or threading