Skip to content

Commit 308b266

Browse files
authored
fuzz: improve fuzzing coverage (#2220)
1 parent 6af93c0 commit 308b266

File tree

3 files changed

+94
-0
lines changed

3 files changed

+94
-0
lines changed

fuzz/dictionary.dict

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,71 @@
6464
"Blizzard Web Client"
6565
"Blizzard Downloader"
6666
"Zattoo/4"
67+
"MSRPC"
68+
"Gnutella"
69+
70+
#HTTP methods
71+
72+
"OPTIONS"
73+
"GET"
74+
"HEAD"
75+
"PATCH"
76+
"POST"
77+
"PUT"
78+
"DELETE"
79+
"TRACE"
80+
"CONNECT"
81+
"RPC_CONNECT"
82+
"RPC_IN_DATA"
83+
"RPC_OUT_DATA"
84+
85+
#HTTP payload signatures
86+
87+
"\x4D\x5A"
88+
"\x7F\x45\x4C\x46"
89+
"\xCF\xFA\xED\xFE"
90+
"#"
91+
"!"
92+
"/"
93+
"\x64\x65\x78\x0A\x30\x33\x35\x00"
94+
95+
#Gnutella patterns
96+
97+
"urn:sha1:"
98+
"HEAD /gnutella/push-proxy?"
99+
"\x50\x55\x53\x48\x20\x67\x75\x69\x64\x3a"
100+
"GET /gnutella/"
101+
"\x80\x2f\x01\x03\x01\x00\x06\x00\x00\x00\x20\x00\x00\x34\x00\x00\xff\x4d\x6c"
102+
"\x20\x4d\x6c"
103+
"\x16\x03\x01\x00\x54\x01\x00\x00\x50\x03\x01\x4d\x6c"
104+
"\x00\x02\x00\x34\x01\x00\x00\x05"
105+
"\x31\x01\x00\x09\x00\x00\x00\x4c\x49\x4d\x45"
106+
"SCP@"
107+
"DNA@"
108+
"\x01\x01\x54\x0f\x51\x4b\x52\x50\x06\x52"
109+
"\x01\x01\x5c\x1b\x50\x55\x53\x48\x48\x10"
110+
"GND\x10"
111+
"\x31\x01\x00\x09\x00\x00\x00"
112+
"\x00\x01\x00\x00\x00\x00\x00"
113+
"X-Gnutella-"
114+
"X-Queue:"
115+
"application/x-gnutella-"
116+
"GNUTELLA/"
117+
"GNUTELLA CONNECT/"
118+
119+
#Bittorrent signatures
120+
121+
"Cache-Control: no-cache"
122+
"GET /data?fid="
123+
"Pragma: no-cache"
124+
":target20:"
125+
":find_node1:"
126+
"d1:ad2:id20:"
127+
":info_hash20:"
128+
":filter64"
129+
"d1:rd2:id20:"
130+
131+
#Jabber
132+
133+
"='im.truphone.com'"
134+
"=\"im.truphone.com\""
3.47 KB
Binary file not shown.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
DPI Packets (TCP): 4 (4.00 pkts/flow)
2+
Confidence DPI : 1 (flows)
3+
Num dissector calls: 50 (50.00 diss/flow)
4+
LRU cache ookla: 0/0/0 (insert/search/found)
5+
LRU cache bittorrent: 0/0/0 (insert/search/found)
6+
LRU cache zoom: 0/0/0 (insert/search/found)
7+
LRU cache stun: 0/0/0 (insert/search/found)
8+
LRU cache tls_cert: 0/0/0 (insert/search/found)
9+
LRU cache mining: 0/0/0 (insert/search/found)
10+
LRU cache msteams: 0/0/0 (insert/search/found)
11+
LRU cache stun_zoom: 0/0/0 (insert/search/found)
12+
Automa host: 0/0 (search/found)
13+
Automa domain: 0/0 (search/found)
14+
Automa tls cert: 0/0 (search/found)
15+
Automa risk mask: 0/0 (search/found)
16+
Automa common alpns: 0/0 (search/found)
17+
Patricia risk mask: 0/0 (search/found)
18+
Patricia risk mask IPv6: 0/0 (search/found)
19+
Patricia risk: 0/0 (search/found)
20+
Patricia risk IPv6: 0/0 (search/found)
21+
Patricia protocols: 1/1 (search/found)
22+
Patricia protocols IPv6: 0/0 (search/found)
23+
24+
Spotify 10 3370 1
25+
26+
1 TCP 10.0.2.15:48628 <-> 35.190.243.72:4070 [proto: 156/Spotify][IP: 126/Google][Encrypted][Confidence: DPI][DPI packets: 4][cat: Music/25][5 pkts/1094 bytes <-> 5 pkts/2276 bytes][Goodput ratio: 72/88][0.19 sec][bytes ratio: -0.351 (Download)][IAT c2s/s2c min/avg/max/stddev: 0/33 30/42 63/71 23/28][Pkt Len c2s/s2c min/avg/max/stddev: 60/54 219/455 517/1514 194/569][Plen Bins: 0,0,0,0,0,0,0,0,0,0,25,0,0,0,25,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0]

0 commit comments

Comments
 (0)