onSec-fr / NtlmThief

Extracting NetNTLM without touching lsass.exe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

изображение

About

Extracting NetNTLM without touching lsass.exe


Languages

Language:C++ 100.0%