Checking all the passwords | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Checking all the passwords

HI, I want to write a program that checks all the possible passwords for a site,which language would be useful? Php?Python?... (This is for educational purposes not for hacking) Thanks. (;

24th Nov 2017, 6:00 AM
keivan Ipchi
keivan Ipchi - avatar
3 Answers
+ 4
Do you mean that you want to see all the accounts on the website? I can't call it programming, I can call it hacking. But if you want to see all the accounts and users on your website, you can just easily look into the database and see the actual accounts.
24th Nov 2017, 6:57 AM
Anton Cox
Anton Cox - avatar
+ 2
there are a lot of password(cracker) you can use. (i.e. John the ripper) inform you about "black", " grey" &"whitehat" hacker. if you'll be a "whitehat" you should take a look for kali linux-distro. or blackarch ect. https://en.m.wikipedia.org/wiki/Grey_hat in hope you're a white or max a greyhat
24th Nov 2017, 8:22 AM
Da Riebi
Da Riebi - avatar
+ 1
@Anton Cox I want to check all the passwords for a specific account to find the correct one
24th Nov 2017, 8:05 AM
keivan Ipchi
keivan Ipchi - avatar