Mythologyli / zju-connect

ZJU RVPN 客户端的 Go 语言实现
GNU Affero General Public License v3.0
313 stars 20 forks source link

手机短信验证码登录无效 #28

Closed ISDHN closed 11 months ago

ISDHN commented 11 months ago

登录后需要输入验证码,但是图形客户端没有验证码输入之所。

Mythologyli commented 11 months ago

根据之前测试的情况,正常登录时不会要求输入验证码。输入验证码多为登录失败次数过多导致风控。 尝试等待十分钟后再登录看看?

Mythologyli commented 11 months ago

此验证码是指图片验证码还是手机短信验证码?

ISDHN commented 11 months ago

手机短信验证码

Mythologyli commented 11 months ago

据我了解,好像是一些比较特殊的账号才需要短信验证码。 目前命令行版本能够正常使用吗?

ISDHN commented 11 months ago

在命令行中输入验证码后仍然提示 sms code require

2023/08/29 09:33:15 SMS Code is sent or still valid. Please enter your sms code :366963 2023/08/29 09:33:27 SMS Request: https://vpn.nju.edu.cn:443/por/login_sms1.csp?apiversion=1 2023/08/29 09:33:27 SMS Code verification SUCCESS 2023/08/29 09:33:27 ECAgent Request: /por/conf.csp & /por/rclist.csp 2023/08/29 09:33:27 Server Session ID: 0f466f53f800be6eb5e17f0ad000024ca74c1f9c7e2e53e61e9e55cd7a5c1db8 2023/08/29 09:33:28 Parsed /por/conf.csp 2023/08/29 09:33:28 SMS Code required

Mythologyli commented 11 months ago

由于本校不需要手机验证码登录,故没有关注过手机验证码问题。 尝试 zju-connect 项目的上游 EasierConnect,能正常使用吗?

ISDHN commented 11 months ago

亦无法正常使用。 easierconnect提示连接成功,访问校内网站仍显示非校内ip 可能是我的问题了

Mythologyli commented 11 months ago

连接成功后还需要正确配置 SOCKS 代理才能使用,你有配置代理吗?

ISDHN commented 11 months ago

没有 请问怎么配置

Mythologyli commented 11 months ago

使用 switchyomega

ISDHN commented 11 months ago

通了 十分感谢 orz

ISDHN commented 11 months ago

在有验证码时,easier connect可用,本项目不可用

Mythologyli commented 11 months ago

本项目有自动选线功能,本质上进行了两次登录,所以需要输入两次验证码。 可以通过加 -disable-multi-line 参数禁用自动选线功能。 考虑到本校人员几乎不需要验证码登录(需要验证码的是运维账号,这部分人员也不需要 GUI),暂不考虑在 GUI 中添加验证码输入功能。