Page 7 of 25
Posted: Sun Mar 18, 2007 11:13 am
by obgum
persept wrote:unknown client (t0390---)
BitTornado 0.3.9
For further reference:
http://wiki.theory.org/BitTorrentSpecification#peer_id
Posted: Tue Mar 20, 2007 1:41 pm
by jah
(FUTB
Posted: Tue Mar 20, 2007 5:53 pm
by obgum
Posted: Fri Mar 30, 2007 6:54 pm
by obgum

Also seeing the TT210(x)
Posted: Fri Mar 30, 2007 10:08 pm
by cowschickens13
Posted: Fri Mar 30, 2007 11:29 pm
by obgum
cowschickens13 wrote:
CTorrent 1.3.4
Posted: Sat Mar 31, 2007 12:13 am
by livings124
Ola Bungum wrote:cowschickens13 wrote:
CTorrent 1.3.4
Added
Posted: Wed Apr 04, 2007 9:09 pm
by cowschickens13
Posted: Wed Apr 04, 2007 9:43 pm
by livings124
cowschickens13 wrote:
Seems like a client that just give random characters. It's not identifiable.
Posted: Thu Apr 05, 2007 11:19 am
by Waldorf
-qB0700-
Posted: Thu Apr 05, 2007 11:41 am
by Waldorf
Posted: Thu Apr 05, 2007 11:47 am
by Waldorf
yup:
Code: Select all
s = new session(fingerprint("qB", VERSION_MAJOR, VERSION_MINOR, VERSION_BUGFIX, 0));
(found in "src/bittorrent.cpp")
Posted: Thu Apr 05, 2007 6:53 pm
by Waldorf
This should do it:
Code: Select all
else if( !memcmp( &id[1], "qB", 2 ) )
{
asprintf( &ret, "qBittorrent %c.%c.%c",
charToInt( id[3] ), charToInt( id[4] ),
charToInt( id[5] ) );
}
Posted: Sat Apr 07, 2007 6:26 pm
by mj84
I found an unknown client:
(-TC0006-)
no idea what client it could be, anyone else?
Posted: Sun Apr 08, 2007 9:17 pm
by Waldorf
4/08 23:03:29 DBG 52c9ae8c:5d31 GET handshake, ok (unknown client (0x00034253340152ce))
(and this one: 0x00034253715e48ca, though I thought these came from the same peer?)
probably just random characters...