工具链接:
亚马逊免费VPS申请链接
https://aws.amazon.com/cn/free
SSH工具:FinalShell
- Windows:https://www.hostbuf.com/t/988.html
- macOS:http://www.hostbuf.com/downloads/finalshell_install.pkg
- Linux:http://www.hostbuf.com/t/1059.html
X-UI:
- bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/956bf85bbac978d56c0e319c5fac2d6db7df9564/install.sh) 0.3.4.4 or
- bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)
代理客户端软件
- Windows(v2rayN-免费):https://github.com/2dust/v2rayN/releases
- Android(v2rayNG-免费):https://github.com/2dust/v2rayNG/releases
- IOS(shadowrocket-收费):https://apps.apple.com/us/app/shadowrocket/id932747118
IP检测工具
IP纯净度检测工具
查找适合Reality的目标网站
- ASN查询工具:https://tools.ipip.net/as.php
- 目标网站查询工具:https://fofa.info
查询命令:
asn==“16509” && country==“SG” && port==“443” && cert!=“Let’s Encrypt” && cert.issuer!=“ZeroSSL” && status_code=“200”
asn:(自治域号码)
country==“SG” (国家地区两字码,新加坡:SG,美国:US,日本:JP,韩国:KR,香港:HK,英国:GB,泰国:TH,台湾:TW)两字码查询:https://baike.baidu.com/item/世界各国和地区名称代码/6560023
port==“443” (端口)
cert!=“Let’s Encrypt” (不是Let’s Encrypt类型的证书)
cert.issuer!=“ZeroSSL”(证书颁发者不是ZeroSSL)
status_code=“200”(HTTP 响应状态码,200的意思是Http请求成功)
Let’s Encrypt与ZeroSSL都是免费证书,有效期都是90天
端口否被封检测
格式:https://ping.pe/123.123.123.123:20001
123.123.123.123 (vps-ip)
20001(vps端口)