forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfuzz.dict
89 lines (86 loc) · 1.35 KB
/
fuzz.dict
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Enum values
"ANSWER"
"APP_AVAILABLE"
"APPLICATION_BROADCAST"
"APP_UNAVAILABLE"
"CLOSE"
"CONNECT"
"EDIT_TRACKS_INFO"
"GET_APP_AVAILABILITY"
"GET_STATUS"
"LAUNCH"
"LAUNCH_ERROR"
"LOAD"
"MEDIA_GET_STATUS"
"MEDIA_SET_VOLUME"
"MEDIA_STATUS"
"OFFER"
"PAUSE"
"PING"
"PLAY"
"PONG"
"PRECACHE"
"QUEUE_INSERT"
"QUEUE_LOAD"
"QUEUE_REMOVE"
"QUEUE_REORDER"
"QUEUE_UPDATE"
"RECEIVER_STATUS"
"SEEK"
"SET_VOLUME"
"STOP"
"STOP_MEDIA"
# Constants form cast_message_util.h
"urn:x-cast:com.google.cast."
"urn:x-cast:com.google.cast.tp.deviceauth"
"urn:x-cast:com.google.cast.tp.heartbeat"
"urn:x-cast:com.google.cast.tp.connection"
"urn:x-cast:com.google.cast.receiver"
"urn:x-cast:com.google.cast.broadcast"
"urn:x-cast:com.google.cast.media"
"sender-0"
"receiver-0"
# JSON message fields
"appId"
"appIds"
"availability"
"browserVersion"
"connectionType"
"connType"
"language"
"message"
"namespace"
"origin"
"platform"
"requestId"
"sdkType"
"senderInfo"
"sessionId"
"status"
"systemVersion"
"type"
"userAgent"
"version"
# Names from cast_channel.proto
"UNSPECIFIED"
"RSASSA_PKCS1v15"
"RSASSA_PSS"
"INTERNAL_ERROR"
"NO_TLS"
"SIGNATURE_ALGORITHM_UNAVAILABLE"
"SHA1"
"SHA256"
"signature_algorithm"
"sender_nonce"
"hash_algorithm"
"signature"
"client_auth_certificate"
"intermediate_certificate"
"signature_algorithm"
"sender_nonce"
"hash_algorithm"
"crl"
"error_type"
"challenge"
"response"
"error"