Fixed Test

This commit is contained in:
caseysmithrc
2018-09-05 07:30:14 -06:00
parent 9c75b80c88
commit 32be456da1
3 changed files with 6 additions and 1 deletions
+6 -1
View File
@@ -12,8 +12,13 @@ atomic_tests:
file_name:
description: Dll To Inject
type: Path
default: C:\Atomic\T1179x64.dll
default: C:\AtomicRedTeam\atomics\T1179\bin\T1179x64.dll
server_name:
description: TLS Server To Test Get Request
type: URL
default: https://www.example.com
executor:
name: powershell
command: |
mavinject $pid /INJECTRUNNING #{file_name}
curl #{server_name}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.