Skip to content

Commit

Permalink
Generate docs from job=validate_atomics_generate_docs branch=master
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI Atomic Red Team doc generator committed Sep 9, 2020
1 parent e07e884 commit 45f59ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atomics/Indexes/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42782,7 +42782,7 @@ execution:
executor:
command: |
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe /out:"#{output_file}" /target:exe #{source_file}
%tmp/T1106.exe
%tmp%/T1106.exe
name: command_prompt
T1059.001:
technique:
Expand Down
2 changes: 1 addition & 1 deletion atomics/T1106/T1106.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Execute program by leveraging Win32 API's. By default, this will launch calc.exe

```cmd
C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe /out:"#{output_file}" /target:exe #{source_file}
%tmp/T1106.exe
%tmp%/T1106.exe
```


Expand Down

0 comments on commit 45f59ad

Please sign in to comment.