# VPN_Finder **Repository Path**: seu-network-traffic/VPN_Finder ## Basic Information - **Project Name**: VPN_Finder - **Description**: VPN_Finder为网关识别拦截程序,利用流量的统计特征对流进行实时的识别、报告、拦截。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-24 - **Last Updated**: 2023-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VPN_Finder #### 介绍 VPN_Finder为网关识别拦截程序,利用流量的统计特征对流进行实时的识别、报告、拦截。 #### 软件架构 ![输入图片说明](https://foruda.gitee.com/images/1679641452549234230/a52f2ba3_12350255.png "屏幕截图") #### 安装教程 1. 修改配置文件config.json ```json { "ip" : "192.168.123.100", //本机IP "router_ip" : "192.168.123.116", //路由器IP "iface" : "br", //路由器所监听网卡 "flask_port" : "4444", //web界面端口 "websocketd_port" : "8008", //websocketd启动端口 "vpn_finder_port" : "31115" //获取特征数据端口 } ``` 2. 将训练model的文件放入文件夹中 3. `python web.py` #### 使用说明 1. 访问 [http://127.0.0.1:4444](http://127.0.0.1:4444) ![首页](https://foruda.gitee.com/images/1679641700694819427/cc7b0ff1_12350255.png "屏幕截图") 2. 启动拦截程序 ![运行](https://foruda.gitee.com/images/1679641755154450866/ff0fb87e_12350255.png "屏幕截图") #### 使用演示 ![iframe](演示视频.mp4)