Skip to content

janpelikan/NTLMX

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NTLMX

PowerShell Gallery

Post-exploitation NTLM password hash extractor.

Description

Extract local NTLM user password hashes from the registry handling latest AES-128-CBC with IV obfuscation techniques introduced with Windows 10 1607 as well as the traditional MD5/RC4 approach used in Windows 7/8/8.1.

Note: Requires to be run as SYSTEM.

See ImpersonateSystem to accomplish that from within an elevated context.

Supported Target Systems

So far the script has been tested to work on:

  • Windows 10 1809 with PowerShell 5.1
  • Windows 8.1 with PowerShell 4.0
  • Windows 7 with PowerShell 2.0

Installation

Install from PowerShell Gallery

Install-Module -Name NTLMX

or

git clone https://github.com/tobiohlala/NTLMX

Usage

Import-Module NTLMX

Get-NTLMLocalPasswordHashes

Examples

Get-Help Get-NTLMLocalPasswordHashes -Examples

About

Post-exploitation NTLM password hash extractor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%