1. 从shodan抓取XUI链接
先安装初始化shodan
shodan count http.html:登录 http.component:Vue.js http.component:Moment.js http.component:"Clipboard.js" http.title:"登录"
得到数量
x
shodan download http.html:登录 http.component:Vue.js http.component:Moment.js http.component:"Clipboard.js" http.title:"登录" --limit
x
shodan parse --fields ip_str,port --separator : http.html:登录.json.gz > url_all.txt
现在url_all.txt里面就是XUI链接了
2. 爆破XUI
脚本在这里,和url_all.txtx放在一个文件夹里运行,爆破完成后会输出到success.txt
https://pastebin.com/cB200v2v
3. 从XUI提取代理链接
同样是放在同一文件夹,自行配置好selenium和webdriver,需要在windows/macos下运行,linux桌面试过了剪贴板有问题
运行结束后会保存代理链接到xui.txt
后续可以将其制作成订阅,然后靠转换工具转成clash的订阅,可以自动优选节点,方便使用
https://pastebin.com/4TdzzhTx
到此教程结束,并鄙视靠这圈人头的行为