Generated docs from job=generate-docs branch=master [ci skip]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user