Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

TiMeD 2 HelP


ZvirX's Avatar
Member
0 0

Hi, i'm using cURL to do the timed challs ..

And i got the hash and got the numbers from it and added them.

The only problem i'm having is posting it i did assign the $_POST variable to the answer, and when i go to the URL it take me to the chall page not the page that says "You ran out of time or your answer was incorrect, please try again." assuming my code didn't work :D.

so i would be appreciate it if i could pm some one my code to see whats wrong with it B)

Thanks :happy:


ghost's Avatar
0 0

I got you already in PM but for everyone else that might be stuck on this, to spoof a post value in cURL you do somethin like this:

curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, "ans=" . $var);

ZvirX's Avatar
Member
0 0

slpctrl wrote: I got you already in PM

Thanks man, you helped me alot B) Danke Merci Gracias :D