forked from PROGNOSISTool/main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
executable file
·35 lines (35 loc) · 940 Bytes
/
config.yaml
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
learner:
runsPerQuery: 3
confidence: 85
maxAttempts: 100
sutPort: 3333
sutIP: adapter
inputAlphabet:
# - INITIAL(?,?)[CRYPTO]
# - INITIAL(?,?)[ACK,HANDSHAKE_DONE]
# - HANDSHAKE(?,?)[ACK,CRYPTO]
# - HANDSHAKE(?,?)[ACK,HANDSHAKE_DONE]
# - SHORT(?,?)[ACK,MAX_DATA,MAX_STREAM_DATA]
# - SHORT(?,?)[ACK,STREAM]
# - SHORT(?,?)[ACK,HANDSHAKE_DONE]
- SYN(?,?,0)
- SYN+ACK(?,?,0)
- ACK(?,?,0)
- ACK+PSH(?,?,1)
- FIN+ACK(?,?,0)
- RST(?,?,0)
- ACK+RST(?,?,0)
adapter:
adapterAddress: 0.0.0.0:3333
sulAddress: implementation:4433
sulName: quic.tiferrei.com
http3: false
tracing: false
waitTime: 400ms
httpPath: /index.html
synthesizer:
protocol: TCP
adapter_ip: adapter
adapter_port: 3333
dot: /data/learner/learnresult.dot
oracle_table: /data/adapter/oracleTable.json