* arerules: Remove os/browser properties with redundant 'ALL' values * Tools: Add Autorun REST examples * AutorunEngine: Cleanup, rename REST routes, use Core::Models in REST API
25 lines
695 B
JSON
25 lines
695 B
JSON
{"name": "LAN Flash Scan",
|
|
"author": "bcoles",
|
|
"browser": ["FF", "C"],
|
|
"modules": [
|
|
{"name": "get_internal_ip_webrtc",
|
|
"condition": null,
|
|
"code": null,
|
|
"options": {}
|
|
},
|
|
{"name": "cross_origin_scanner_flash",
|
|
"condition": "status==1",
|
|
"code": "var s=get_internal_ip_webrtc_mod_output.split('.');var start = s[0]+'.'+s[1]+'.'+s[2]+'.1'; var end = s[0]+'.'+s[1]+'.'+s[2]+'.255'; var mod_input = start+'-'+end;",
|
|
"options": {
|
|
"ipRange":"<<mod_input>>",
|
|
"ports":"80,8080",
|
|
"threads":"2",
|
|
"timeout":"5"
|
|
}
|
|
}
|
|
],
|
|
"execution_order": [0, 1],
|
|
"execution_delay": [0, 0],
|
|
"chain_mode": "nested-forward"
|
|
}
|