diff options
Diffstat (limited to 'libntlm-0.21/test/README')
-rw-r--r-- | libntlm-0.21/test/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libntlm-0.21/test/README b/libntlm-0.21/test/README new file mode 100644 index 00000000..bcff72ac --- /dev/null +++ b/libntlm-0.21/test/README @@ -0,0 +1,19 @@ + +Dumper is a simple command line utility to display in readable +format base64 NTLM messages. Given a base64 NTLM challenge, a +username and a password, it will optionally generate and +display a response message. + +Note that there are multiple correct response messages message +depending on what order the string data is placed at the end of +the frame. There is no required order. Dumper should always +generate the string data in the same order (and thus identical +base64 responses), even on different architectures. + +It's possible that another application will generate a +different but also correct response message. + +Run "dumper -?" for help. + +Someday I'll write more documentation... + |