Fix Path To Document (#702)
This commit is contained in:
committed by
Carrie Roberts
parent
7ea2f1e0a0
commit
c2e01cdb48
@@ -29,11 +29,9 @@ atomic_tests:
|
||||
- name: Word spawned a command shell and used an IP address in the command line
|
||||
description: |
|
||||
Opens a word document that will run powershell and perform an nslookup on the IP 192.168.1.1 and a sleep command
|
||||
|
||||
supported_platforms:
|
||||
- windows
|
||||
|
||||
executor:
|
||||
name: powershell
|
||||
command: |
|
||||
Start-Process PathToAtomicsFolder\T1193\src\PowerShell_IP_Doc.doc
|
||||
Start-Process $PathToAtomicsFolder\T1193\bin\PowerShell_IP_Doc.doc
|
||||
|
||||
Reference in New Issue
Block a user