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
36 lines (27 loc) · 1.12 KB
/
Copy pathfuzzingclient.json
File metadata and controls
36 lines (27 loc) · 1.12 KB
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
29
30
31
32
33
34
35
36
{
"options": {"failByDrop": false},
"outdir": "./reports/servers",
"servers": [
{"agent": "ws4py (CherryPy 3.2.3) for Python 2.x",
"url": "ws://127.0.0.1:9000",
"options": {"version": 18}},
{"agent": "ws4py (CherryPy 3.2.3) for Python 3.x",
"url": "ws://127.0.0.1:9004",
"options": {"version": 18}},
{"agent": "ws4py (CherryPy 3.2.3) for PyPy 1.9",
"url": "ws://127.0.0.1:9005",
"options": {"version": 18}},
{"agent": "ws4py (gevent 1.0.0dev)",
"url": "ws://127.0.0.1:9001",
"options": {"version": 18}},
{"agent": "Tornado 2.4.1",
"url": "ws://127.0.0.1:9002",
"options": {"version": 18}},
{"agent": "Autobahn 0.5.9",
"url": "ws://127.0.0.1:9003",
"options": {"version": 18}}
],
"cases": ["*"],
"exclude-cases": ["6.4.3", "6.4.4"],
"exclude-agent-cases": {}
}