| Author |
Timed 1 in python, help? |
sin666verguenza
Member

Posts: 10
Location:
Joined: 24.03.08 Rank: Hacker Level 3 |
|
I have code in python that I think should work. Checked out the post and get through wireshark and everything but I still get wrong string try again. Can I pm somebody with my code ?
I mean, what is it with you? What made you what you are? I . . . I'm not exactly sure what it was. Sometimes I remember it one way, sometimes another . . . If I'm going to have a past, I prefer it to be multiple choice! Ha ha ha!" |
|
| Author |
RE: Timed 1 in python, help? |
Arabian
Member

Posts: 322
Location: inside you.
Joined: 22.09.10 Rank: God |
|
PM Stealth- or Ynori7
they've both done it in Python, I believe, and are active members.
Hare Lambda!
|
|
| Author |
RE: Timed 1 in python, help? |
techb
Member

Posts: 384
Location:
Joined: 15.02.09 Rank: Hacker Level 2 |
|
You don't need wireshark. Your using python to login to HBH, go to timed 1, decrepit the encoding, and answer by sending it back to timed 1. If you haven't seen that encryption type before, it gives a hint in the url.
You will have to keep track of your cookies too, so HBH will know its you.
urllib, urllib2, cookielib
There are plenty of tutorials for each module mentioned above.
You can also search for timed1 here on HBH and get plenty of clues on how to pass the timed challenges.
|
|
| Author |
RE: Timed 1 in python, help? |
Defience
Member

Posts: 16
Location: #! /usr/bin/python
Joined: 22.09.09 Rank: God Warn Level: 25
|
|
|
sin666verguenza wrote:
I have code in python that I think should work. Checked out the post and get through wireshark and everything but I still get wrong string try again. Can I pm somebody with my code ?
I do all of mine in python. You can send it to me & I'll see if I can make some suggestions for you. |
|
| Author |
RE: Timed 1 in python, help? |
Digital Kryptonite
Member
Posts: 3
Location:
Joined: 18.08.11 Rank: HBH Guru |
|
You don't need cookielib, I've done mine in Python with just urllib and urllib2.
I've used only these two libraries for all the timed challenges I've done. Its really quiet simple.

White Hat Count: 4
Black Hat Count: 11 |
|