• Skip to main content
  • Skip to primary sidebar
  • Skip to footer
  • Home
  • About Darknet
  • Hacking Tools
  • Popular Posts
  • Darknet Archives
  • Contact Darknet
    • Advertise
    • Submit a Tool
Darknet – Hacking Tools, Hacker News & Cyber Security

Darknet - Hacking Tools, Hacker News & Cyber Security

Darknet is your best source for the latest hacking tools, hacker news, cyber security best practices, ethical hacking & pen-testing.

lm2ntcrack – Microsoft Windows NT Hash Cracker (MD4 -LM)

October 21, 2008

Views: 44,360

We have covered quite a lot of Password Cracking tools and it’s not often a new one comes out, this one is for quite a specialised purpose (not a general all-purpose password cracker like John the Ripper or Cain & Abel), although you do need to use it alongside JTR.

This tool is for instantly cracking the Microsoft Windows NT Hash (MD4) when the LM Password is already known, you might be familiar with LM Cracking tools such as LCP.

The main problem is you’ve got the LM password, but it’s in UPPERCASE because LM hashes are not case sensitive, so you need to find the actual password for the account.

Example : Password cracker output for “Administrator” account

  • LM password is ADMINISTRAT0R.
  • NT password is ?????????????.

We aren’t lucky because the case-sensitive password isn’t “administrat0r” or “Administrat0r”. So you cannot use this to connect to the audited Windows system.

This password contains 13 characters but launching my password cracker on the NT hash is a waste of time and there is a poor chance of success.

Note :

  • Password length : 13 characters.
  • Details : 1 number + 12 case-sensitives letters.
  • Possibilities : 2^12 = 4096 choices.

In this example, lm2ntcrack will generate the 4096 possibilities for the password ADMINISTRAT0R and, for each one, the associated NT MD4 hash. Then, search for matching with the dumped hash.

Execution time : < 2 seconds to crack more than 1200 NT Hashes. You can download lm2ntcrack here: lm2ntcrack-current.tgz

Or read more here.

Related Posts:

  • An Introduction To Web Application Security Systems
  • IGHASHGPU - GPU Based Hash Cracking - SHA1, MD5 & MD4
  • SmbCrawler - SMB Share Discovery and Secret-Hunting
  • Initial Access Brokers (IAB) in 2025 - From Dark Web…
  • dcipher - Online Hash Cracking Using Rainbow & Lookup Tables
  • What You Need To Know About KRACK WPA2 Wi-Fi Attack
Share
Tweet
Share
Buffer
WhatsApp
Email

Filed Under: Password Cracking Tools Tagged With: hacking-windows, hash cracker, hash-cracking



Reader Interactions

Comments

  1. Fischer says

    October 21, 2008 at 12:07 pm

    RainbowCrack does this as well, though I’m not sure how to make it crack just the NT hash. But when I task it to find an LM hash password, if I provide them both in the pwdump format, it will give the NT hash for every LM hash it cracks.

  2. Lavr says

    October 21, 2008 at 2:37 pm

    Cain does this as well.

  3. Vin says

    October 21, 2008 at 7:38 pm

    LC4/LC5 does this as well.

  4. therealdonquixote says

    October 21, 2008 at 10:27 pm

    I like this tool. Especially its intriguing focus on NT hashes. Getting an LM pass cr@cked is usually pretty easy (just run SAM inside or some other run of the mill pass cracker) the NT pass is always a pain in the McCain. As for its speed, less than 2 seconds is pretty darn good for a brute force attack. I bet the specialization in just NT hashes has something to do with the speed up. Anyone know if this would have any success at cracking an NT hash for a Window$ machine that uses a domain specific login and pass? I guess I should look that up.

    RainbowCrack is the pretty much the best cr@cker out there when it comes to hashes, but it can take alot of work to get it humming depending on which distro you are using. Also, HUGE rainbow tables are a must with RC.

    This new tool could lighten the load in my naughty little toolbox.

  5. Fischer says

    October 22, 2008 at 2:08 am

    Huge tables, I will grant you that. I’ve got a 64GB set from the Shmoo group, for all printable characters. But RainbowCrack for windows is cake to run. Probably could use some performance tweaking, but the longest I’ve ever had it run on an LM hash is about 15 minutes, and it returns the NT hash as well.

    You should look at the Pass the Hash toolkit. One tool in there, whosthere, will dump LM hashes for any user logged in to a system, including domain logins, provided LM hashes haven’t been disabled by policy. These domain LM hashes can be cracked just like any other LM hash.

  6. John says

    December 20, 2008 at 10:38 am

    This tool doesn’t seem to work? It gives a wrong password. Haven’t looked at the code closely as to why…but the tool returns errnous NT hash given an LM hash.

  7. John says

    December 20, 2008 at 10:43 am

    above, i meant to say returns a wrong password given an LM password and NT (it’s late here…getting tired)

    anyway, people who think that cracking password is so 2 years ago, sometimes you want to gain access to things other than windows logon. This means that you need actual password to see if the passwords are reused.

    People who think that rainbow tables are so much better. Password cracking tools like JtR will crack certain passwords in a matter of seconds (dictionary based word with simple letter in the back…something like “Rainbow1”)…whereas rainbow table based cracking will still take you about 10-15 minutes (depending on your table). So you need to run both to crack the passwords that are easy to crack with JtR, with JtR, then crack the uncracked ones with rainbow tables.

  8. John says

    December 24, 2008 at 8:52 pm

    And I must bash a little bit. The author must not have taken basic CS courses? Creating an array full of all the permutation before you do any hash computation/comparison is a huge waste of time and memory (and causes really messy codes). Use DFS on a binary tree, where each branching depends on case (and obviously the char that doesn’t need different case, you don’t branch). A few simple recursions, fewer lines of code, much faster, and much more elegant.

Primary Sidebar

Search Darknet

  • Email
  • Facebook
  • LinkedIn
  • RSS
  • Twitter

Advertise on Darknet

Latest Posts

Systemic Ransomware Events in 2025 - How Jaguar Land Rover Showed What a Category 3 Supply Chain Breach Looks Like

Systemic Ransomware Events in 2025 – How Jaguar Land Rover Showed What a Category 3 Supply Chain Breach Looks Like

Views: 2,235

Jaguar Land Rover’s prolonged cyber outage in 2025 turned what would once have been a “single … ...More about Systemic Ransomware Events in 2025 – How Jaguar Land Rover Showed What a Category 3 Supply Chain Breach Looks Like

SmbCrawler - SMB Share Discovery and Secret-Hunting

SmbCrawler – SMB Share Discovery and Secret-Hunting

Views: 2,087

SmbCrawler is a credentialed SMB spider that takes domain credentials and a list of hosts, then … ...More about SmbCrawler – SMB Share Discovery and Secret-Hunting

Heisenberg Dependency Health Check - GitHub Action for Supply Chain Risk

Heisenberg Dependency Health Check – GitHub Action for Supply Chain Risk

Views: 1,368

Heisenberg Dependency Health Check is a GitHub Action that inspects only the new or modified … ...More about Heisenberg Dependency Health Check – GitHub Action for Supply Chain Risk

Dark Web Search Engines in 2025 - Enterprise Monitoring, APIs and IOC Hunting

Dark Web Search Engines in 2025 – Enterprise Monitoring, APIs and IOC Hunting

Views: 3,252

Dark web search engines have become essential for enterprise security teams that need early … ...More about Dark Web Search Engines in 2025 – Enterprise Monitoring, APIs and IOC Hunting

mcp-scan - Real-Time Guardrail Monitoring and Dynamic Proxy for MCP Servers

mcp-scan – Real-Time Guardrail Monitoring and Dynamic Proxy for MCP Servers

Views: 1,210

mcp-scan is a security tool from Invariant Labs that can run as a static scanner or as a dynamic … ...More about mcp-scan – Real-Time Guardrail Monitoring and Dynamic Proxy for MCP Servers

Initial Access Brokers (IAB) in 2025 - From Dark Web Listings to Supply Chain Ransomware Events

Initial Access Brokers (IAB) in 2025 – From Dark Web Listings to Supply Chain Ransomware Events

Views: 1,099

Initial Access Brokers (IABs) have moved from niche forum actors to central wholesalers in the … ...More about Initial Access Brokers (IAB) in 2025 – From Dark Web Listings to Supply Chain Ransomware Events

Topics

  • Advertorial (28)
  • Apple (46)
  • Cloud Security (8)
  • Countermeasures (232)
  • Cryptography (85)
  • Dark Web (6)
  • Database Hacking (89)
  • Events/Cons (7)
  • Exploits/Vulnerabilities (433)
  • Forensics (64)
  • GenAI (13)
  • Hacker Culture (10)
  • Hacking News (237)
  • Hacking Tools (709)
  • Hardware Hacking (82)
  • Legal Issues (179)
  • Linux Hacking (74)
  • Malware (241)
  • Networking Hacking Tools (352)
  • Password Cracking Tools (107)
  • Phishing (41)
  • Privacy (219)
  • Secure Coding (119)
  • Security Software (235)
  • Site News (51)
    • Authors (6)
  • Social Engineering (37)
  • Spammers & Scammers (76)
  • Stupid E-mails (6)
  • Telecomms Hacking (6)
  • UNIX Hacking (6)
  • Virology (6)
  • Web Hacking (384)
  • Windows Hacking (171)
  • Wireless Hacking (45)

Security Blogs

  • Dancho Danchev
  • F-Secure Weblog
  • Google Online Security
  • Graham Cluley
  • Internet Storm Center
  • Krebs on Security
  • Schneier on Security
  • TaoSecurity
  • Troy Hunt

Security Links

  • Exploits Database
  • Linux Security
  • Register – Security
  • SANS
  • Sec Lists
  • US CERT

Footer

Most Viewed Posts

  • Brutus Password Cracker Hacker – Download brutus-aet2.zip AET2 (2,432,820)
  • Darknet – Hacking Tools, Hacker News & Cyber Security (2,174,100)
  • Top 15 Security Utilities & Download Hacking Tools (2,097,556)
  • 10 Best Security Live CD Distros (Pen-Test, Forensics & Recovery) (1,200,353)
  • Password List Download Best Word List – Most Common Passwords (934,670)
  • wwwhack 1.9 – wwwhack19.zip Web Hacking Software Free Download (777,393)
  • Hack Tools/Exploits (674,313)
  • Wep0ff – Wireless WEP Key Cracker Tool (531,432)

Search

Recent Posts

  • Systemic Ransomware Events in 2025 – How Jaguar Land Rover Showed What a Category 3 Supply Chain Breach Looks Like November 26, 2025
  • SmbCrawler – SMB Share Discovery and Secret-Hunting November 24, 2025
  • Heisenberg Dependency Health Check – GitHub Action for Supply Chain Risk November 21, 2025
  • Dark Web Search Engines in 2025 – Enterprise Monitoring, APIs and IOC Hunting November 19, 2025
  • mcp-scan – Real-Time Guardrail Monitoring and Dynamic Proxy for MCP Servers November 17, 2025
  • Initial Access Brokers (IAB) in 2025 – From Dark Web Listings to Supply Chain Ransomware Events November 12, 2025

Tags

apple botnets computer-security darknet Database Hacking ddos dos exploits fuzzing google hacking-networks hacking-websites hacking-windows hacking tool Information-Security information gathering Legal Issues malware microsoft network-security Network Hacking Password Cracking pen-testing penetration-testing Phishing Privacy Python scammers Security Security Software spam spammers sql-injection trojan trojans virus viruses vulnerabilities web-application-security web-security windows windows-security Windows Hacking worms XSS

Copyright © 1999–2026 Darknet All Rights Reserved · Privacy Policy