Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 469 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 469 Bytes

NtlmThief

This is a C++ implementation of the Internal Monologue attack. It allows to get NetNTLM hashes of users using SSPI.

Usage

It's Internal Monologue POC on C++.

# Current User NetNTLM
.\NtlmThief.exe

# With Downgrade
.\NtlmThief.exe -downgrade

# Other user NetNTLM (PID - Process Id of other user)
.\NtlmThief.exe -pid 123

изображение