diff --git a/arerules/alert.json b/arerules/alert.json deleted file mode 100644 index fa28a55b0..000000000 --- a/arerules/alert.json +++ /dev/null @@ -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" -} diff --git a/arerules/confirm_close_tab.json b/arerules/confirm_close_tab.json deleted file mode 100644 index 6ca76158e..000000000 --- a/arerules/confirm_close_tab.json +++ /dev/null @@ -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" -} diff --git a/arerules/man_in_the_browser.json b/arerules/man_in_the_browser.json deleted file mode 100644 index ec18616d5..000000000 --- a/arerules/man_in_the_browser.json +++ /dev/null @@ -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" -} diff --git a/arerules/record_snapshots.json b/arerules/record_snapshots.json deleted file mode 100644 index 76054d771..000000000 --- a/arerules/record_snapshots.json +++ /dev/null @@ -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" -}