summaryrefslogtreecommitdiffstats
path: root/libraries/python-ntlm/README
blob: 470765e9c10284bc8f365c1adf10f5cf13c73749 (plain)
1
2
3
4
5
6
7
8
9
10
11
Python library that provides NTLM support, including an authentication
handler for urllib2. Works with pass-the-hash in additon to password
authentication.

This library is useful for passing hashes to servers requiring ntlm
authentication in instances where using windows tools is not desirable.

It allows Python clients running on any operating system to provide NTLM
authentication to a supporting Windows server.

Usage and Examples located in /usr/doc/python-ntlm-$VERSION/README.md.