ntlm-parser
Advanced tools
Comparing version
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.0.8](https://github.com/jlguenego/ntlm-parser/compare/v1.0.7...v1.0.8) (2020-11-19) | ||
### [1.0.7](https://github.com/jlguenego/ntlm-parser/compare/v1.0.6...v1.0.7) (2020-11-19) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "ntlm-parser", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/src/index.js", |
# NTLM Parser | ||
NTLM specification can be found for free on the Microsoft website at: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/b38c36ed-2804-4868-a9ff-8dd3182128e4 | ||
Parse base64 or hex NTLM messages. | ||
A more understandable document describing NTLM can also be found here: http://davenport.sourceforge.net/ntlm.html | ||
Useful to better understand what's going on during a SPNEGO Negotiate NTLM authentication phase. | ||
@@ -72,4 +72,10 @@ ## Install | ||
## References | ||
NTLM specification can be found for free on the Microsoft website at: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-nlmp/b38c36ed-2804-4868-a9ff-8dd3182128e4 | ||
A more understandable document describing NTLM can also be found here: http://davenport.sourceforge.net/ntlm.html | ||
## Author | ||
Made with :heart: by me, Jean-Louis GUENEGO <jlguenego@gmail.com> on my free time. |
73136
0.34%81
8%