diff options
author | b33f <ru.boonen@gmail.com> | 2017-07-17 23:11:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-17 23:11:24 +0100 |
commit | fc43eb8cb7f38800c24111f7380df05d24a59a5a (patch) | |
tree | 924395d05633ceadf66c22c92c30b49d96ebd1ef | |
parent | e47c52a090b6b590e6632eecf705bf566f3c74af (diff) | |
download | PowerSploit-fc43eb8cb7f38800c24111f7380df05d24a59a5a.tar.gz PowerSploit-fc43eb8cb7f38800c24111f7380df05d24a59a5a.zip |
Typo fix
-rw-r--r-- | Privesc/PowerUp.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Privesc/PowerUp.ps1 b/Privesc/PowerUp.ps1 index 5852904..2680986 100644 --- a/Privesc/PowerUp.ps1 +++ b/Privesc/PowerUp.ps1 @@ -2698,7 +2698,7 @@ Required Dependencies: Get-ServiceDetail, Get-ModifiablePath, Write-ServiceBinar .DESCRIPTION -Takes a esrvice Name or a ServiceProcess.ServiceController on the pipeline where the +Takes a service Name or a ServiceProcess.ServiceController on the pipeline where the current user can modify the associated service binary listed in the binPath. Backs up the original service binary to "OriginalService.exe.bak" in service binary location, and then uses Write-ServiceBinary to create a C# service binary that either adds |