no lua functions in this profile #71
chipodrillo
started this conversation in
General
Replies: 2 comments 4 replies
|
|
3 replies
|
Здравствуйте. Подскажите, а как перенести --orig-ttl=1 --orig-mod-start=s1 --orig-mod-cutoff=d1 в circular ? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Приветствую! Изучаю zapret2. Столкнулся с непонятной Мне проблемой с использованием "circular"
Есть стратегия (Это пример с рандомными переменными)
--filter-tcp=443 --filter-l7=tls --hostlist=/opt/1.txt --payload=tls_client_hello --out-range=* --in-range=*
--lua-desync=fake:**************
В подобном варианте всё работает, но когда Я хочу применить circular на примере:
--filter-tcp=443 --filter-l7=tls --hostlist=/opt/1.txt --payload=tls_client_hello --in-range=* --out-range=*
--lua-desync=circular:fails=3:retrans=2
--lua-desync=fake***************:strategy=1
--lua-desync=fake***************:strategy=2
--lua-desync=fake***************:strategy=3
Смотрю в debug. Содаётся 2 профиля
adding low-priority default empty desync profile
we have 2 user defined desync profile(s) and default low priority profile 0
we have 0 user defined desync template(s)
profile 2 (noname) lua circular()
profile 2 (noname) lua fake()
profile 2 (noname) lua fake()
profile 2 (noname) lua fake()
Loading hostlist /opt/1.txt
loading plain text list
Loaded 10 hosts from /opt/1.txt
Далее когда попался нужный домен применяется профиль 1..., а его нет и ошибка что он пустой.
desync profile 1 (noname) matches
dpi desync src=*********************=tls_client_hello
no lua functions in this profile
Это какойто профиль по умолчанию?
Подскажите пожалуйста как его отключить?
All reactions