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