web-server-dga
Описание
Объединение тестовых заданий в ИнфоТеКС
Языки
- C++71,3%
- Python21,1%
- Makefile5,2%
- Shell2,4%
2 месяца назад
2 месяца назад
5 месяцев назад
2 месяца назад
год назад
README.md
Web Server DGA
- Is that domain generated with an algorithm?
Installation
- make -C infotecs-test-project
- make -C infotecs-ml
- infotecs-ml$ venv/bin/python -m train
Usage
App1 — input domain
- infotecs-test-project$ ./run-app1.sh [--port PORT]
— connect to port PORT (should match--port PORTin App2), default is 3838--port
App2 — redirect domain to model
- infotecs-test-project$ ./run-app2.sh [--port PORT] [--ml-port MLPORT]
— connect to port MLPORT (should match--ml-port MLPORTin ML), default is 9999--port— bind port PORT (should match--port PORTin App1), default is 3838--port
ML — classify domain
- infotecs-ml$ venv/bin/python -m server [--port PORT]
— bind port PORT (should match--port PORTin App2), default is 9999--ml-port