Generated docs from job=generate-docs branch=master [ci skip]

This commit is contained in:
Atomic Red Team doc generator
2023-10-07 19:21:34 +00:00
parent 076d228371
commit a08834a85c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24153,7 +24153,7 @@ defense-evasion:
Invoke-WebRequest "https://github.com/redcanaryco/atomic-red-team/raw/master/atomics/T1027.004/src/calc.cs" -OutFile "#{input_file}"
executor:
command: 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /out:#{output_file}
#{input_file}
"#{input_file}"
'
cleanup_command: 'del #{output_file} >nul 2>&1
+1 -1
View File
@@ -20856,7 +20856,7 @@ defense-evasion:
Invoke-WebRequest "https://github.com/redcanaryco/atomic-red-team/raw/master/atomics/T1027.004/src/calc.cs" -OutFile "#{input_file}"
executor:
command: 'C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /out:#{output_file}
#{input_file}
"#{input_file}"
'
cleanup_command: 'del #{output_file} >nul 2>&1
+1 -1
View File
@@ -43,7 +43,7 @@ Upon execution an exe named T1027.004.exe will be placed in the temp folder
```cmd
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /out:#{output_file} #{input_file}
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe /out:#{output_file} "#{input_file}"
```
#### Cleanup Commands: