Releases: bogey3/NTLM_Info
Releases · bogey3/NTLM_Info
Release list
v0.1.13
Fix incorrect formatting in OS version string generation The placeholders for integers in the OS version string were incorrectly using `%s` instead of `%d`. This ensures proper numeric formatting for the consumer, server, and build values.
v0.1.12
Fix incorrect formatting in OS version string generation The placeholders for integers in the OS version string were incorrectly using `%s` instead of `%d`. This ensures proper numeric formatting for the consumer, server, and build values.
v0.10.0
Update NTLM challenge request constants and header bytes Updated REQ_FOR_CHALLENGE and REQ_FOR_CHALLENGE_BYTES constants to new values to align with the protocol specification. Adjusted smb2Header and NLAData handling to reflect these changes. Simplified the NLAData construction for cleaner and more consistent logic.
v0.1.8
Full Changelog: v0.1.7...v0.1.8
v0.1.7
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Full Changelog: v0.1.4...v0.1.5
Added function to create new struct easily
v0.1.4 Update ntlmInfo.go