diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2017-01-15 18:52:30 -0500 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2017-01-15 18:52:30 -0500 |
commit | 2318def4dbf419c31a088cf4a222d0ac9851b5d9 (patch) | |
tree | e4ae314e1887fa3cad80a91b2ec98fc6b4924c0c /README.md | |
parent | abe8d271bd61ddd70deb33a4b074ddbc7c671389 (diff) | |
download | Invoke-TheHash-2318def4dbf419c31a088cf4a222d0ac9851b5d9.tar.gz Invoke-TheHash-2318def4dbf419c31a088cf4a222d0ac9851b5d9.zip |
Readme update and small SMB2 fix
Fixed an error catch with SMB2.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Invoke-TheHash -Invoke-TheHash contains PowerShell functions for performing NTLMv2 pass the hash WMI and SMB command execution. WMI and SMB services are accessed through .NET TCPClient connections. Local administrator privilege is not required client-side. +Invoke-TheHash contains PowerShell functions for performing pass the hash WMI and SMB command execution. WMI and SMB services are accessed through .NET TCPClient connections. Authentication is performed by passing an NTLM hash into the NTLMv2 authentication protocol. Local administrator privilege is not required client-side. # Requirements Minimum PowerShell 2.0 |