web-server-dga

0

Описание

Объединение тестовых заданий в ИнфоТеКС

Языки

  • C++71,3%
  • Python21,1%
  • Makefile5,2%
  • Shell2,4%
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]
  • --port PORT
    — connect to port PORT (should match
    --port
    in App2), default is 3838

App2 — redirect domain to model

  • infotecs-test-project$ ./run-app2.sh [--port PORT] [--ml-port MLPORT]
  • --ml-port MLPORT
    — connect to port MLPORT (should match
    --port
    in ML), default is 9999
  • --port PORT
    — bind port PORT (should match
    --port
    in App1), default is 3838

ML — classify domain

  • infotecs-ml$ venv/bin/python -m server [--port PORT]
  • --port PORT
    — bind port PORT (should match
    --ml-port
    in App2), default is 9999