Can I use For loops to pick up password of other users in web? And how to do it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Can I use For loops to pick up password of other users in web? And how to do it?

Pick up a password

12th Oct 2017, 6:34 PM
Baktybek
Baktybek  - avatar
3 Answers
+ 1
Like brute force? Constantly guessing a password until it's correct.
12th Oct 2017, 6:37 PM
Rrestoring faith
Rrestoring faith - avatar
0
better use "while" wrong password until you find the correct one to login in that exits the loop
12th Oct 2017, 9:12 PM
Martin R
Martin R - avatar
0
Short answer: Technically - yes, actually - no. Long answer: even if you manage to write a code to brute force someone’s password in web (avoid the security and stuff), the process will take ages before it finds the right one. The reason is that, for instance, 8-character password has more than 10^15 combinations of letters, symbols and digits.
3rd Apr 2018, 2:35 PM
Ali Zhussupov
Ali Zhussupov - avatar