Generate docs from job=validate_atomics_generate_docs branch=Fix-T1179

This commit is contained in:
CircleCI Atomic Red Team doc generator
2018-09-05 13:31:22 +00:00
parent 2dfe7cce3f
commit 7e8594e288
+3 -1
View File
@@ -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}
```
<br/>