Jump to content

uTorrent Tracker Requests.


DecipherCode

Recommended Posts

I need help understanding this as when I try it I get invalid request.

http://wiki.theory.org/BitTorrent_Tracker_Protocol#Basic_Tracker_Announce_Request

I know how to encode the SHA-1 info hash. I'm just having trouble understanding the parameters and different type of requests. I would really appreciate some examples.

EncodedInfoHash: %ce%1f%c5%0b%ff%b0%99b%be%8f%3cIG%8c%be%b6%5e%2a%fe%0f

TrackerResponse: d8:completei3628e10:incompletei714e8:intervali1686e12:min intervali843e5:peers0:e

My Request was: www.h33t.com/announce?info_hash=%ce%1f%c5%0b%ff%b0%99b%be%8f%3cIG%8c%be%b6%5e%2a%fe%0f&peer_id=ABCDEFGHIJKLMNOPQRST&ip=255.255.255.255&port=6881&downloaded=1234&left=98765&event=stopped

On Port: 3310

Thanks for any help in advance.

Link to comment
Share on other sites

"Query parameters must be encoded according to the rules for HTML form submissions through HTTP GET: 'reserved character' bytes are encoded in hexadecimal as %HH"

The 2 above are the only ones that aren't in the format of %HH.

Link to comment
Share on other sites

"Query parameters must be encoded according to the rules for HTML form submissions through HTTP GET: 'reserved character' bytes are encoded in hexadecimal as %HH"

The 2 above are the only ones that aren't in the format of %HH.

The entire hash thats in hex isn't required to be escaped.

Above is a response that I did recieve when requesting information about the encoded hash mention.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...