So here is my problem I made a brute-forcer and it works all fine it finds passwords very fast now I need to use it somehow to hack a password from a console aplication program i made in c++ ( all what it does is to ask you for password if wrong password it aks again if password is right it couts Sucessful)
So how can I use my brute forcer to hack thet console aplication pls help.
We don't have nearly enough information to help. What OS are you using? Are you allowed to redirect the standard input/output streams? And, finally, most importantly, why do you want to do this?