diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2017-03-29 20:17:08 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2017-03-29 20:17:08 -0400 |
commit | b8f630f00e897278c5518a007127d3993c85f76b (patch) | |
tree | 3808f83bf3d5caf90f8c8ed10f95419f3fc2e4cd /Invoke-TheHash.ps1 | |
parent | 0da20709138029fcda7cab895487ec4553dc2bf5 (diff) | |
download | Invoke-TheHash-b8f630f00e897278c5518a007127d3993c85f76b.tar.gz Invoke-TheHash-b8f630f00e897278c5518a007127d3993c85f76b.zip |
Fixed encoding
I removed the BOM characters that slipped into the files. They were
causing import problems with some tools like Empire. I switched the
SMBExec service startup type to manual just in case the delete doesn't
complete. Updated one of the SMBExec messages.
Diffstat (limited to 'Invoke-TheHash.ps1')
-rw-r--r-- | Invoke-TheHash.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Invoke-TheHash.ps1 b/Invoke-TheHash.ps1 index 3a552b4..ce64c51 100644 --- a/Invoke-TheHash.ps1 +++ b/Invoke-TheHash.ps1 @@ -1,4 +1,4 @@ -function Invoke-TheHash +function Invoke-TheHash { <# .SYNOPSIS |