Protocols/OSCAR/SNAC/BUCP CHALLENGE RESPONSE: Difference between revisions
From Toxi's Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
* Challenge (bytes) | * Challenge (bytes) | ||
=== SNAC Dump === | |||
Example dump (from NINA's servers - with a FLAP header): | Example dump (from NINA's servers - with a FLAP header): | ||
<pre> | <pre> | ||
0000 00 | 0000 2a 02 00 01 00 16 00 17 00 07 00 00 00 00 00 00 *............... | ||
0010 00 0a 36 30 30 35 38 35 35 39 34 36 ..6005855946 | |||
</pre> | </pre> | ||
''Note for server developers: I'm not quite sure if there is anything fancy going on in the challenge generation in NINA, but judging by the packet dumps above, I simply just made a string with 10 random numbers, as seen in my [https://github.com/subpurple/escargot server]'' | ''Note for server developers: I'm not quite sure if there is anything fancy going on in the challenge generation in NINA, but judging by the packet dumps above, I simply just made a string with 10 random numbers, as seen in my [https://github.com/subpurple/escargot server]'' |
Revision as of 05:45, 21 July 2024
OSCAR Protocol |
Introduction • Terms • Clients |
Basic |
TODO |
Tutorials |
Sign On |
Foodgroups |
OSERVICE (0x0001) |
BUCP (0x0017) |
This is the SNAC sent by the server in reply to BUCP__CHALLENGE_REQUEST. After this is sent, the client should send a BUCP__LOGIN_REQUEST packet, where the challenge it recieves here is used when hashing the password.
SNAC Header
|