Skip to content

virink/xray-weblisten-ui

Repository files navigation

基于 Xray 的被动扫描管理

Install

  1. Create Database
  2. Modify config.yaml
  3. Download xray (and lic), genca
  4. 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;

LICENSE

WTFPL

WTFPL

About

Xray 被动扫描管理

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •