KthProg wrote:-Ninjex- wrote:KthProg wrote:ei -idk...lol
reign
how appropriate 0_o muahahaha lol
reign o'er the accounts of the interweb
also I'm not sure how most brute forcers work but id think the best way to do it if you wanted it to be fast(not pretty) would be nesting for each statements iterating through an array of valid symbols and letters. 16 nested for each statements will iterate through every possible 16 character password. maybe ill even try that real quick to see how long it takes. my bet is about 3 minutes maybe not even that long.
Every 16 character combination??
You know that would include uppercase, lowercase, upper and lowercase, and symbols...
So lets just take hello1, that could be:
hello1
Hello1
hEllo1
heLlo1
helLo1
hellO1
HEllo1
HeLlo1
HelLo1
HellO1
HELlo1
etc, the list goes on...
This is only one 6 character word without symbols...
16 characters would be ridiculous....



