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} ```