https://github.com/leechristensen/getntlmchallenge
Obtains a crackable hash for the current user account
https://github.com/leechristensen/getntlmchallenge
ntlm security
Last synced: about 1 year ago
JSON representation
Obtains a crackable hash for the current user account
- Host: GitHub
- URL: https://github.com/leechristensen/getntlmchallenge
- Owner: leechristensen
- License: bsd-3-clause
- Created: 2019-02-03T01:30:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T01:30:35.000Z (over 7 years ago)
- Last Synced: 2025-03-25T09:53:04.427Z (over 1 year ago)
- Topics: ntlm, security
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 23
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GetNTLMChallenge
Obtains a NetNTLMv2 hash of the current user. This is just a slightly modified version of Vincent Le Toux's project at https://github.com/vletoux/DetectPasswordViaNTLMInFlow/. The same thing can also be accomplished now via Elad Shamir's Internal-Monologue(https://github.com/eladshamir/Internal-Monologue).