
Goatboy wrote:I think what we're tying to say is that there are one million and one ways to do this. You seem to be asking a lot in your question, and it sounds like you want the work done for you. "How" to do it is simple: program it.

DiviTee wrote:It would be easy for php programmer, so I have wordlis.txt file on my server there are all possible passwords each in new line, so how to make php script thats takes text from 1. line sets form value to qqq submits, checks for errors, if no then stop, if error, clears form takes text from 2. line and repeats it till got no error.
The password page is simple html form with submit button, when enter invalid pass its just says wrong next to it and i can try again.

tremor77 wrote:That's ultra-bloated and slow as fuck.. there are 17,576 possible password combos using any 3 letters from the the alphabet. You going to click a form submit for each one in the event that it is ZZZ? Oh, and are the passwords CaSe SenSitVe? Not to mentions a 17,576 line long text file to make your server script read from... when a nice clean math loop will work far better... and auto submit to the form.. and CURL to read the result and save the winner. All you should do is click GO, take a piss break, come back and have your result.




Users browsing this forum: No registered users and 0 guests