@@ -1,18 +0,0 @@
|
|||||||
{"name": "Display an alert",
|
|
||||||
"author": "mgeeky",
|
|
||||||
"browser": "ALL",
|
|
||||||
"browser_version": "ALL",
|
|
||||||
"os": "ALL",
|
|
||||||
"os_version": "ALL",
|
|
||||||
"modules": [
|
|
||||||
{"name": "alert_dialog",
|
|
||||||
"condition": null,
|
|
||||||
"options": {
|
|
||||||
"text":"You've been BeEFed ;>"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"execution_order": [0],
|
|
||||||
"execution_delay": [0],
|
|
||||||
"chain_mode": "sequential"
|
|
||||||
}
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
{"name": "Confirm Close Tab",
|
|
||||||
"author": "mgeeky",
|
|
||||||
"browser": "ALL",
|
|
||||||
"browser_version": "ALL",
|
|
||||||
"os": "ALL",
|
|
||||||
"os_version": "ALL",
|
|
||||||
"modules": [
|
|
||||||
{"name": "confirm_close_tab",
|
|
||||||
"condition": null,
|
|
||||||
"code": null,
|
|
||||||
"options": {
|
|
||||||
"text":"Are you sure you want to navigate away from this page?",
|
|
||||||
"usePopUnder":"true"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"execution_order": [0],
|
|
||||||
"execution_delay": [0],
|
|
||||||
"chain_mode": "sequential"
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
{"name": "Perform Man-In-The-Browser",
|
|
||||||
"author": "mgeeky",
|
|
||||||
"browser": "ALL",
|
|
||||||
"browser_version": "ALL",
|
|
||||||
"os": "ALL",
|
|
||||||
"os_version": "ALL",
|
|
||||||
"modules": [
|
|
||||||
{"name": "man_in_the_browser",
|
|
||||||
"condition": null,
|
|
||||||
"code": null,
|
|
||||||
"options": {}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"execution_order": [0],
|
|
||||||
"execution_delay": [0],
|
|
||||||
"chain_mode": "sequential"
|
|
||||||
}
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
{"name": "Collects multiple snapshots of the webpage within Same-Origin",
|
|
||||||
"author": "mgeeky",
|
|
||||||
"browser": ["FF", "C", "O", "IE", "S"],
|
|
||||||
"browser_version": "ALL",
|
|
||||||
"os": "ALL",
|
|
||||||
"os_version": "ALL",
|
|
||||||
"modules": [
|
|
||||||
{"name": "spyder_eye",
|
|
||||||
"condition": null,
|
|
||||||
"options": {
|
|
||||||
"repeat":"10",
|
|
||||||
"delay":"3000"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"execution_order": [0],
|
|
||||||
"execution_delay": [0],
|
|
||||||
"chain_mode": "sequential"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user