From d8a38ca5c468b5a66065a8103a291e82d61c8f3d Mon Sep 17 00:00:00 2001 From: caseysmithrc <30840394+caseysmithrc@users.noreply.github.com> Date: Sun, 19 Nov 2017 07:51:59 -0700 Subject: [PATCH] Update Service_Installation.md --- Windows/Persistence/Service_Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows/Persistence/Service_Installation.md b/Windows/Persistence/Service_Installation.md index 6f2b085f..74b22497 100644 --- a/Windows/Persistence/Service_Installation.md +++ b/Windows/Persistence/Service_Installation.md @@ -16,4 +16,4 @@ Input: powershell New-Service -Name "TestService" -BinaryPathName "C:\Path\file.exe" ## Test Script - [Service.cs](https://github.com/redcanaryco/atomic-red-team/blob/master/Windows/Payloads/Service.cs) + [AtomicService.cs](https://github.com/redcanaryco/atomic-red-team/blob/master/Windows/Payloads/AtomicService.cs)