Generate docs from job=validate_atomics_generate_docs branch=technique-fixup-cs

This commit is contained in:
CircleCI Atomic Red Team doc generator
2018-09-03 14:54:17 +00:00
parent 7fea6fc22a
commit 2e17e3d025
+3 -3
View File
@@ -42,7 +42,7 @@ Regsvr32.exe is a command-line program used to register and unregister OLE contr
#### Inputs
| Name | Description | Type | Default Value |
|------|-------------|------|---------------|
| filename | Name of the local file, include path. | Path | Regsvr32.sct|
| filename | Name of the local file, include path. | Path | C:\AtomicRedTeam\atomics\T1117\bin\Regsvr32.sct|
#### Run it with `command_prompt`!
```
@@ -78,10 +78,10 @@ Regsvr32.exe is a command-line program used to register and unregister OLE contr
#### Inputs
| Name | Description | Type | Default Value |
|------|-------------|------|---------------|
| dll_name | Name of DLL to Execute, DLL Should export DllRegisterServer | Path | payload.dll|
| dll_name | Name of DLL to Execute, DLL Should export DllRegisterServer | Path | C:\AtomicRedTeam\atomics\T1117\bin\AllTheThingsx86.dll|
#### Run it with `command_prompt`!
```
regsvr32.exe #{dll_name}
"IF "%PROCESSOR_ARCHITECTURE%"=="AMD64" (C:\Windows\syswow64\regsvr32.exe /s #{dll_name}) ELSE ( regsvr32.exe /s #{dll_name} )"
```
<br/>