forked from Lawouach/WebSocket-for-Python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfuzzingclient.json
More file actions
28 lines (21 loc) · 813 Bytes
/
Copy pathfuzzingclient.json
File metadata and controls
28 lines (21 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"options": {"failByDrop": false},
"outdir": "./reports/servers",
"servers": [
{"agent": "ws4py (CherryPy 3.2.2)",
"url": "ws://127.0.0.1:9000",
"options": {"version": 13}},
{"agent": "ws4py (gevent 1.0.0b)",
"url": "ws://127.0.0.1:9001",
"options": {"version": 13}},
{"agent": "Tornado 2.2",
"url": "ws://127.0.0.1:9002",
"options": {"version": 13}},
{"agent": "Autobahn 0.5.0",
"url": "ws://127.0.0.1:9003",
"options": {"version": 13}}
],
"cases": ["*"],
"exclude-cases": [],
"exclude-agent-cases": {}
}