diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2017-01-02 20:10:37 -0500 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2017-01-02 20:10:37 -0500 |
commit | 61f4b2fbd29ea23ec79ec5e5fd90b59070c06c94 (patch) | |
tree | 15443f5b818e67fccbb10d3ba12502c1f23cdc66 | |
parent | 4c9d4156bad63bab8b30a6b34475f5ba4e04160f (diff) | |
download | Invoke-TheHash-61f4b2fbd29ea23ec79ec5e5fd90b59070c06c94.tar.gz Invoke-TheHash-61f4b2fbd29ea23ec79ec5e5fd90b59070c06c94.zip |
Typo fix
-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 performming 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 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. # Requirements Minimum PowerShell 2.0 |