Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
beefproject
GitHub Repository: beefproject/beef
Path: blob/master/arerules/lan_flash_scan_common.json
1146 views
1
{"name": "LAN Flash Scan (Common IPs)",
2
"author": "bcoles",
3
"browser": ["FF", "C"],
4
"modules": [
5
{"name": "cross_origin_scanner_flash",
6
"condition": null,
7
"code": null,
8
"options": {
9
"ipRange":"common",
10
"ports":"80,8080",
11
"threads":"2",
12
"timeout":"5"
13
}
14
}
15
],
16
"execution_order": [0],
17
"execution_delay": [0],
18
"chain_mode": "sequential"
19
}
20
21