README update

This commit is contained in:
Christopher Shepherd 2015-05-24 21:13:49 -04:00
parent d0ff89c9a8
commit da4392f782
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
CIFS / SMB2 navel gazing, in 65816 assembly. CIFS / SMB2 navel gazing, in 65816 assembly.
5/24/2015 - Current status: Connects on port 445, completes Protocol Negotiation, successfully sends login (on Setup_ANDX message), obsolete LM (DES) style password. sends Tree_ANDX message. 5/24/2015 - Current status: Connects on port 445, completes Protocol Negotiation, successfully sends login (on Setup_ANDX message), obsolete LM (DES) style password. sends Tree_ANDX message.
.. Tree_ANDX gets ACCESS_DENIED because I need to save uid returned by Setup_ANDX reply. Also want to implement NTLMv1 hashing soon. But I'm done for today.
Build 'CMD.S' with Merlin32 and the included Library directory. Build 'CMD.S' with Merlin32 and the included Library directory.