Steps
- Buy a cheap Ubuntu Linux VPS (Virtual Private Server)
- Login with SSH
- Run installation command
apt update ; apt install -y docker.io
sudo docker run -d --restart always --log-opt max-size=1M --name rv -p 443:443 recolic/insecure-v2ray
- Enjoy your service on smartphone
vless://[email protected]:443?path=%2Fteams&security=tls&encryption=none&host=anything.example.com&type=ws&sni=www.paypal.com#TEST-SPOOF-PAYPAL
Demo Recording
https://recolic.net/res/sni-spoof-guide-all.mp4 (sorry mouse cursor not recorded...)
DO NOT USE LATEST v2rayNG! Download last good version here https://github.com/2dust/v2rayNG/releases/tag/2.2.1
请不要升级最新版xray-core或v2ray NG,你将被强制要求安全。上面链接下载2.2.1不安全版本,以免被安全。
Disclaimer
This is for demo only. This script is insecure (password is public), unreliable (docker img might be deleted), unsupported (don't cry if not working). And it's assuming you already know how to use v2ray app.
The intention is for my personal use only.
Leave a Reply