21 lines
378 B
TOML
21 lines
378 B
TOML
# Domains of interest configuration
|
|
# Requests and responses for these domains will be printed to stdout
|
|
domains_of_interest = [
|
|
"amemv.com"
|
|
]
|
|
|
|
dict_file = "dict.txt"
|
|
|
|
# Proxy server configuration
|
|
[proxy]
|
|
port = 8080
|
|
|
|
# Traffic dump configuration
|
|
[dump]
|
|
output_dir = "traffic_dumps"
|
|
DOI_dir = "interest_dumps"
|
|
|
|
# ASR obfuscation configuration
|
|
[asr]
|
|
replace_percentage = 100
|