xfox64x / NetNTLMv2-Sniffer

Small WinPcap-Based NetNTLMv2 Hash Sniffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NetNTLMv2-Sniffer

Small WinPcap-Based NetNTLMv2 Hash Sniffer

Basic little thing that sniffs SMB2 datagrams and harvests any NetNTLMv2 hashes into a text/XML file, which can then be directly fed into hashcat. Has a bit of code to prevent duplicate collection on a single account, and requires WinPcap (and the WinPcap lib).

XML_to_Hashcat.ps1

A couple lines of PowerShell to turn the XML output into a list of hashes Hashcat likes.

About

Small WinPcap-Based NetNTLMv2 Hash Sniffer

License:GNU General Public License v3.0


Languages

Language:C# 95.9%Language:PowerShell 4.1%