Python Password Cracker

`Python Password Cracker - Replit

Have you ever wondered just how secure your passwords really are? Unveil the power of brute force with the Python Password Cracker, an extraordinary tool designed to crack passwords wide open!

:unlock: Watch in real-time as the computer takes on the challenge, generating thousands of password attempts per second.
:bulb: Choose your adventure – opt to see each password tried or maintain an air of mystery as the clock ticks on.
:alarm_clock: Discover the ultimate secret as the program relentlessly attacks and systematically uncovers your password.

Please tell me what you think and give me feedback!

4 Likes

Hey @JayAySeaOhBee14!

You should add a dictionary of common passwords that it checks first before brute forcing. That’s how real hackers would do it and it would give a better estimate.

4 Likes

Some actual passwords I’ve seen from brute-force attempts on a fake telnet server aren’t exactly the kind of thing you’d want to have in a public Repl’s files (e.g. username/password mother/f**ker), so that might not work well

4 Likes

@9pfs these are some of the most common passwords that don’t contain profanity →

123456
password
123456789
12345
12345678
qwerty
1234567
111111
1234567890
123123
abc123
1234
password1
iloveyou
1q2w3e4r
000000
qwerty123
zaq12wsx
dragon
sunshine
princess
letmein
654321
monkey
27653
1qaz2wsx
123321
qwertyuiop
superman
asdfghjkl
1 Like

I wonder if I could get the full list of password attempts my fake telnet server has seen :thinking:

1 Like

Just wondering, what’s telnet?

Basically unencrypted SSH

2 Likes

Done (the words are all clean btw)

2 Likes

1st on hot!

:stuck_out_tongue: cycles leak

1 Like

Nice! I hope it makes it to trending or something (sadly, I doubt it, based on how Replit’s been lately)

1 Like

Is this a rip-off my password cracker? :face_with_raised_eyebrow:

Password crackers are one of the most common advanced Python projects

No, Jay’s been working on this the past few days, and has been asking in General for help with it. If he were just ripping off yours, he wouldn’t have been asking for help.

2 Likes

I think ive made smth like this b4 but ray deleted it :frowning: (ray purged all MNA5’s Repl)

A lot of websites and devices lock you out after x failed attempts to unlock. So, brute forcing would not work, and IIRC in some cases factory reset the device. However, remember that there are other ways to steal data off a device, so always protect your device well. You can reset a Windows password by booting the computer with a Linux USB (and that is on top of the fact that you can access the Windows filesystem from Linux).

2 Likes

UPDATE:THX SO MUCH TECHLIONDEV FORFORKING MY Repl. I FINALLY FOUND THE BACKUP Brute-force password CRACKER! - Replit

1 Like

@SnakeyKing I made one a while ago 1+ months. I helped JayAySeaOhBee14 add common passwords before brute forcing (unlike mine).

for a password cracker, I’d recommend converting to C code for performance. I could help you if you want if I have time before I leave on a train to vacay tmr.

woah I like the computer solving thing, suggestion: make it so the last guessed password deletes so there isn’t a huge list

1 Like

Why stop there? Why not replace osk.exe with cmd.exe so you have a backdoor that lets you get admin from the login screen?