Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 415 Bytes

New_Service.md

File metadata and controls

19 lines (10 loc) · 415 Bytes

Service Installation

MITRE ATT&CK Technique: T1050

sc.exe

Input:

sc create TestService binPath="C:\Path\file.exe"

PowerShell

Input:

powershell New-Service -Name "TestService" -BinaryPathName "C:\Path\file.exe"

Test Script

AtomicService.cs