How to make a program in any programming language that performs brute force attack ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make a program in any programming language that performs brute force attack ?

4th Jun 2018, 6:52 AM
Samhita Joshi
Samhita Joshi - avatar
5 Answers
+ 9
randomly generate a string, test if it passes through, if not then repeat. this is one way to do it. generally it's inefficient but I've had it work before.
4th Jun 2018, 7:21 AM
Ahri Fox
Ahri Fox - avatar
+ 7
Donna he is talking about something like a password guesser. a program that uses various methods to guess a string. there are non-evil uses, by the way.
4th Jun 2018, 7:23 AM
Ahri Fox
Ahri Fox - avatar
+ 4
Ahri Fox is right....And keep that in mind that your program should not generate the same string more than once.....so that way it works more faster.
4th Jun 2018, 7:30 AM
Tanay
Tanay - avatar
+ 1
Nope not a game. An application
4th Jun 2018, 7:07 AM
Samhita Joshi
Samhita Joshi - avatar
+ 1
Randomly generated ultra securd passwords https://code.sololearn.com/cSIkSr6Ki8w9/?ref=app
21st Jul 2018, 3:12 PM
Harry
Harry - avatar