Add lan_http_scan ARE rule

This commit is contained in:
Brendan Coles
2016-02-07 13:19:35 +00:00
parent bb8fe9d8f8
commit 5065a55238

View File

@@ -0,0 +1,28 @@
{"name": "LAN HTTP Scan",
"author": "bcoles",
"browser": ["FF", "C"],
"browser_version": "ALL",
"os": "ALL",
"os_version": "ALL",
"modules": [
{"name": "get_internal_ip_webrtc",
"condition": null,
"code": null,
"options": {}
},
{"name": "get_http_servers",
"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":"5",
"wait":"1",
"timeout":"10"
}
}
],
"execution_order": [0, 1],
"execution_delay": [0, 0],
"chain_mode": "nested-forward"
}