小白教程-Gost中转 获取链接 Facebook X Pinterest 电子邮件 其他应用 二月 10, 2022 准备工作:两台搭建好X-UI面板的VPS(中转鸡和落地鸡)教程开始:一:SSH连接中转鸡和落地鸡二:安装Gost脚本:wget --no-check-certificate -O gost.sh https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/master/gost.sh && chmod +x gost.sh && ./gost.sh 获取链接 Facebook X Pinterest 电子邮件 其他应用 评论
小白教程-安装X-UI面板&申请SSL证书 二月 10, 2022 准备工作: 一:一台重置好系统(推荐Debia/Ubuntu)的VPS。 二:一个解析好的域名。 教程开始: 1.申请SSL证书: 申请前请检查是否开启了防火墙(UFW),如果开启了请关闭,关闭命令:sudo ufw disable apt update -y #更新系统 apt install -y curl #安装curl apt install -y socat #安装socat curl https://get.acme.sh | sh #安装Acme脚本 ~/.acme.sh/acme.sh --register-account -m xxxxxx@xxx.com #设置SSL申请邮箱, xxxxxx@xxx.com 更换为自己的邮箱 ~/.acme.sh/acme.sh --issue -d xxxx.xxx --standalone #申请SSL, xxxx.xxx更换为自己的域名 ~/.acme.sh/acme.sh --installcert -d xxxx.xxx --key-file /root/private.key --fullchain-file /root/cert.crt #安装证书文件到root目录下, xxxx.xxx更换为自己的域名 公钥文件路径: /root/cert.crt 密钥文件路径: /root/private.key SSL证书申请完成 2.安装X-UI面板 bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh) 面板默认登录地址: http://localhost:54321 #localhos替换为你的VPS ... 阅读全文
Panda VPN节点提取 二月 12, 2022 **Panda VPN提取出的节点一般有两个配置:OpenVPN和Shadowsocks,由于Panda VPN使用的是魔改SS内核还没有找到能连接提取出来的Shadowsocks节点的客户端,暂时使用OpenVPN配置** 条件: 一部已Root的安卓手机。 一台安装了Python环境的电脑。 准备工作: 电脑端: 1.电脑安装Python,步骤略过自行搜索。 2.桌面打开CMD安装Frida,Frida-tool。 ① 安装Frida: pip install frida ②安装Frida-tool: pip install frida-tools ③查看是否安装成功: pip list 3.电脑自行安装ADB 手机端: **手机一定要Root并打开USB调试。** 1.打开Github下载Frida https://github.com/frida/frida/releases/tag/15.1.17 2.找到对应版本下载并解压。 3.将解压得到的文件复制到安卓手机。 4.在手机中找到上一步复制的文件,复制到/data/local/tmp/目录下 5.将上一步复制的文件权限改为 rwxrwxrwx(777) 6.安装熊猫VPN 教程开始: 1.下载一下文件:https://drive.google.com/file/d/15OWmJAxLM-Vk67MxJNtL_YHzWcAWQrUy/view?usp=sharing 2.电脑连接手机,打开CMD输入命令: ①: adb shell ②: su ③: cd /data/local/tmp ④: ./ frida-server-16.1.4-android-x86... 阅读全文
Socks5-WARP Xary分流规则 二月 10, 2022 { "api": { "services": [ "HandlerService", "LoggerService", "StatsService" ], "tag": "api" }, "inbounds": [{ "listen": "127.0.0.1", "port": 62789, "protocol": "dokodemo-door", "settings": { "address": "127.0.0.1" }, "tag": "api" }], "outbounds": [{ "tag": "IP4-out", "protocol": "freedom", "settings": {} }, { "tag": "socks5-warp", "protocol": "socks", "settings": { "servers": [{ "address": "127.0.0.1", "port": 40000 }] } } ], "policy": { "system": { "statsInboundDownlink": true, "statsInboundUplink... 阅读全文
评论
发表评论