Author |
Message |
emileej Newbie
Age:40 Gender: Joined: Aug 20 2004 Posts: 23 Location: Copenhagen - Denmark Offline
|
Posted: Sun Aug 22, 2004 2:06 pm Post subject: Not getting password response |
 |
|
|
|
Hey ppl. After fixing my encryption issues I decided to try an encrypted session and this time I get the correct reliable response, but I dont get any password response
My logs include general program progress, packet and encryption logs. _________________ some ship
AngryAnt
http://angryant.com
ASCII is your friend
some core.zip - 1.6 KB
File downloaded or viewed 21 time(s)
|
|
Back to top |
|
 |
Mr Ekted Movie Geek

Gender: Joined: Feb 09 2004 Posts: 1379 Offline
|
Posted: Mon Aug 23, 2004 1:00 am Post subject: |
 |
|
|
|
Something wrong with attachment. Hmm IE and FF don't seem to like the space in the file name. Anyways, it looks like you are encrypting/decrypting fine. You spoof reply is good, but the server is booting you without telling you why. Perhaps you should check the server log for any info.
It would help if you removed the 0x from your dumps, exactly 2 characters per byte (not 4) and make each line 2 byte chunks, 32 bytes per line with offsets, like this:
00: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
10: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
00: 0000 0000 0000 0000 0000 0000
00: 0000 0000 0000 00 _________________ 4,691 irradiated haggis!
|
|
Back to top |
|
 |
emileej Newbie
Age:40 Gender: Joined: Aug 20 2004 Posts: 23 Location: Copenhagen - Denmark Offline
|
Posted: Mon Aug 23, 2004 9:47 am Post subject: Log reformat |
 |
|
|
|
What are the first two chard in each line?
|
|
Back to top |
|
 |
Mr Ekted Movie Geek

Gender: Joined: Feb 09 2004 Posts: 1379 Offline
|
|
Back to top |
|
 |
emileej Newbie
Age:40 Gender: Joined: Aug 20 2004 Posts: 23 Location: Copenhagen - Denmark Offline
|
Posted: Mon Aug 23, 2004 3:42 pm Post subject: |
 |
|
|
|
Heh - sorry but I still dont get it. Might be a bit slow.
Anyways - I connected to Smongs server and he gave me access to ?lastlog. When I connect unencrypted I get this from the log: D <net> [pid=7] new connection from (IP).(IP).(IP).(IP):1136
D <core> [pid=7] login request denied: bad VIE client version | I'm really puzzled by this since I'm using 0x86 at the client version byte which, according to SOS' packet list, should translate to subspace 1.34 and 1.35
When I connect encrypted I get this: D <net> [pid=8] new connection from (IP).(IP).(IP).(IP):1306
D <net> [] [pid=8] reliable packet with too big delta (-715719330 - 0) | So my encryption must be wrong after all cause the packets in the log look alright to me?
|
|
Back to top |
|
 |
Mr Ekted Movie Geek

Gender: Joined: Feb 09 2004 Posts: 1379 Offline
|
Posted: Mon Aug 23, 2004 5:37 pm Post subject: |
 |
|
|
|
Well the first problem is that either the zone doesn't allow VIE or your bot is not a smod/sysop.
|
|
Back to top |
|
 |
-Smong- Guest
Offline
|
Posted: Mon Aug 23, 2004 7:20 pm Post subject: |
 |
|
|
|
I have checked the source, you can only get 'bad VIE client version' if the enc type is VIE and the version in the login packet is not 134.
Since this is asss and it allows VIE by default I think the negative rel id indicates that the bot isn't encrypting properly.
|
|
Back to top |
|
 |
|