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
52 lines (39 loc) · 1.84 KB
/
Copy pathfuzzingclient.json
File metadata and controls
52 lines (39 loc) · 1.84 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"options": {"failByDrop": false},
"outdir": "./reports/servers",
"servers": [
{"agent": "ws4py (CherryPy 5.5.0) for Python 2.7.6",
"url": "ws://127.0.0.1:9008/",
"options": {"version": 18}},
{"agent": "ws4py (CherryPy 5.5.0)/wsaccel for Python 2.7.6",
"url": "ws://127.0.0.1:9006/",
"options": {"version": 18}},
{"agent": "ws4py (CherryPy 5.5.0)/wsaccel for Python 3.5.0",
"url": "ws://127.0.0.1:9004/",
"options": {"version": 18}},
{"agent": "ws4py (CherryPy 5.5.0) for PyPy 5.1",
"url": "ws://127.0.0.1:9005/",
"options": {"version": 18}},
{"agent": "ws4py (gevent 1.1.1)/wsaccel for Python 3.5.0",
"url": "ws://127.0.0.1:9001/",
"options": {"version": 18}},
{"agent": "Tornado 4.3 for Python 3.5.0",
"url": "ws://127.0.0.1:9007/",
"options": {"version": 18}},
{"agent": "Autobahn 0.10.9 for Python 3.5.0",
"url": "ws://127.0.0.1:9003/",
"options": {"version": 18}},
{"agent": "ws4py (asyncio)/wsaccel for Python 3.5.0",
"url": "ws://127.0.0.1:9009/",
"options": {"version": 18}},
{"agent": "ws4py (wsgi) for Python 2.7",
"url": "ws://127.0.0.1:9002/",
"options": {"version": 18}},
{"agent": "ws4py (wsgi async) for Python 2.7",
"url": "ws://127.0.0.1:9010/",
"options": {"version": 18}}
],
"cases": ["*"],
"exclude-cases": ["6.4.3", "6.4.4", "12.*", "13.*"],
"exclude-agent-cases": {}
}