Awesome
基于 Xray 的被动扫描管理
Install
- Create Database
- Modify config.yaml
- Download xray (and lic), genca
- Running...
Usage
Create Database
create database `weblisten` default character set utf8mb4 collate utf8mb4_unicode_ci;
create user weblisten@'127.0.0.1' identified by 'gyuawbdvuyiabdu';
grant all on `weblisten`.* to weblisten;
flush privileges;
set global innodb_large_prefix=on;
set global innodb_file_format=Barracuda;