Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

G-Research/go-ntlm-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Status: Archived

status: inactive

go-ntlm-auth

This is an implementation of NTLM for Go that was implemented using Windows SSPI (Security Support Provider Interface). It differs from other implemenations of NTLM as it uses the default credentials of the account that the application is running with, meaning the username and password does not have to be provided in plain text.

Usage Notes:

This is currently only implemented for Windows.

In order to perform an NTLM Http request, invoke ntlm.DoNTLMRequest(client, req) passing in http client and http request.

References:

https://github.com/denisenkom/go-mssqldb - sspi_windows.go used as ntlm_windows.go to perform Win32 calls to SSPI https://github.com/github/git-lfs/blob/master/lfs/ntlm.go - git-lfs used as basis for NTLM authentication logic

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages