Skip to content

Instantly share code, notes, and snippets.

@rundas-r00t
rundas-r00t / lm2ntcrack.py
Created April 3, 2025 01:33 — forked from joswr1ght/lm2ntcrack.py
Using a NT hash and a cracked LANMAN password, brute-force all possible capitalization permutations to find the correct NT hash password
#!/usr/bin/env python3
# Most of this code is from @clr2of8's Domain Password Audit Tool:
# https://github.com/clr2of8/DPAT
import hashlib
import os
import sys
import textwrap
def wrap(body):