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
40 lines (30 loc) · 1.29 KB
/
Copy pathfuzzingclient.json
File metadata and controls
40 lines (30 loc) · 1.29 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
{
"options": {"failByDrop": false},
"outdir": "./reports/servers",
"servers": [
{"agent": "ws4py (CherryPy 3.2.4) for Python 2.7.3",
"url": "ws://127.0.0.1:9000",
"options": {"version": 18}},
{"agent": "ws4py (CherryPy 3.2.4)/wsaccel for Python 2.7.3",
"url": "ws://127.0.0.1:9006",
"options": {"version": 18}},
{"agent": "ws4py (CherryPy 3.2.4) for Python 3.3.2",
"url": "ws://127.0.0.1:9004",
"options": {"version": 18}},
{"agent": "ws4py (CherryPy 3.2.4) for PyPy 2.0",
"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 3.0.1",
"url": "ws://127.0.0.1:9007",
"options": {"version": 18}},
{"agent": "Autobahn 0.5.14",
"url": "ws://127.0.0.1:9003",
"options": {"version": 18}}
],
"cases": ["*"],
"exclude-cases": ["6.4.3", "6.4.4"],
"exclude-agent-cases": {}
}