mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-29 07:29:39 +00:00
fuzz: extend coverage (#2073)
This commit is contained in:
parent
5867f43fae
commit
cc4461f424
29 changed files with 1041 additions and 84 deletions
1
fuzz/corpus/fuzz_filecfg_protocols/certificate.txt
Normal file
1
fuzz/corpus/fuzz_filecfg_protocols/certificate.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
trusted_issuer_dn:"CN=813845657003339838, O=Code42, OU=TEST, ST=MN, C=US"
|
||||
1
fuzz/corpus/fuzz_filecfg_protocols/certificate2.txt
Normal file
1
fuzz/corpus/fuzz_filecfg_protocols/certificate2.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
trusted_issuer_dn:CN=813845657003339838, O=Code42, OU=TEST, ST=MN, C=US
|
||||
9
fuzz/corpus/fuzz_filecfg_protocols/custom.txt
Normal file
9
fuzz/corpus/fuzz_filecfg_protocols/custom.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
ip:213.75.170.11/32:443@CustomProtocol
|
||||
ip:8.248.73.247:443@AmazonPrime
|
||||
ip:54.80.47.130@AmazonPrime
|
||||
|
||||
ip:3.3.3.3:443@CustomProtocolA
|
||||
ip:3.3.3.3:444@CustomProtocolB
|
||||
ip:3.3.3.3:446@CustomProtocolC=400
|
||||
ip:3.3.3.3:447@CustomProtocolD=1
|
||||
ip:3.3.3.3:448@CustomProtocolD=4000
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
tcp:65535@TestProt o
|
||||
tcp:65534@TestProt/&^:;\"o
|
||||
1
fuzz/corpus/fuzz_filecfg_protocols/nbpf.txt
Normal file
1
fuzz/corpus/fuzz_filecfg_protocols/nbpf.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
nbpf:"host 192.168.1.1 and port 80"@HomeRouter
|
||||
1
fuzz/corpus/fuzz_filecfg_protocols/nbpf2.txt
Normal file
1
fuzz/corpus/fuzz_filecfg_protocols/nbpf2.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
nbpf:"host 192.168.1.2"@HomeRouter2
|
||||
7
fuzz/corpus/fuzz_filecfg_protocols/port.txt
Normal file
7
fuzz/corpus/fuzz_filecfg_protocols/port.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
tcp:81,tcp:8181@HTTP
|
||||
udp:5062@SIP
|
||||
tcp:860,udp:860,tcp:3260,udp:3260@iSCSI
|
||||
tcp:3000@ntop
|
||||
tcp:9002@Elasticsearch
|
||||
tcp:5601@Kibana
|
||||
tcp:65535@TestProto
|
||||
4
fuzz/corpus/fuzz_filecfg_protocols/risks.txt
Normal file
4
fuzz/corpus/fuzz_filecfg_protocols/risks.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#ip_risk_mask:192.168.1.0/24=0
|
||||
ip_risk_mask:10.10.120.0/24=0
|
||||
ip_risk_mask:10.196.157.228=0
|
||||
host_risk_mask:".home"=0
|
||||
3
fuzz/corpus/fuzz_filecfg_protocols/subproto.txt
Normal file
3
fuzz/corpus/fuzz_filecfg_protocols/subproto.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
host:"disneyplus.com",host:"cdn.registerdisney.go.com",host:"disney-portal.my.onetrust.com",host:"disneyplus.bn5x.net",host:"disney-plus.net"@DisneyPlus
|
||||
host:"*.lvlt.dash.us.aiv-cdn.net.c.footprint.net"@AmazonVideo
|
||||
host:"api-global.netflix.com"@Netflix
|
||||
Loading…
Add table
Add a link
Reference in a new issue