You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ntlm-parser

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ntlm-parser - npm Package Compare versions

Comparing version

to
1.0.8

2

CHANGELOG.md

@@ -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 @@

2

package.json
{
"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.