We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
前面python3 autoearn,py 1-3顺着执行下来都没问题,到第四步爬虫爬取+漏洞扫描+消息通知这一步貌似爬虫爬完就没继续了(但后续看日志好像是扫了,但是server酱没推送信息) 看到文档上的这段话:
漏洞扫描时运行如下命令 python3 server.py ./tools/xray/xray_linux_amd64 webscan --listen 127.0.0.1:7777 --webhook-output http://127.0.0.1:2333/webhook
但是在autoearn.py交互式命令行下没办法输入指令和打开xray,请问是要另开一个窗口两个同时进行吗?
The text was updated successfully, but these errors were encountered:
这个应该是 xray 更改了 webhook 的格式的原因,所以现在网络上关于 xray 的 webhook 已经基本不可用了
Sorry, something went wrong.
No branches or pull requests
前面python3 autoearn,py 1-3顺着执行下来都没问题,到第四步爬虫爬取+漏洞扫描+消息通知这一步貌似爬虫爬完就没继续了(但后续看日志好像是扫了,但是server酱没推送信息)
看到文档上的这段话:
漏洞扫描时运行如下命令
python3 server.py
./tools/xray/xray_linux_amd64 webscan --listen 127.0.0.1:7777 --webhook-output http://127.0.0.1:2333/webhook
但是在autoearn.py交互式命令行下没办法输入指令和打开xray,请问是要另开一个窗口两个同时进行吗?
The text was updated successfully, but these errors were encountered: