-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
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
如果不开启签名,无需密码即可访问alist所有文件 #5561
Comments
Thanks for opening your first issue here! Be sure to follow the issue template! |
我测试的是代码和txt文件都可以直接输出里边的内容,其他的没测试,但应该都是一样的,到底咋回事,挺崩溃的,不行只能弃坑了 |
而且我在三台电脑上测试都可以无密码访问alist内的代码文件,包括一台从来没登录过的。。。。 |
有没有人解释一下。。。。。 |
你不添加密码 别人是可以正常访问的,你把全部签名开启 或者元信息加密 会携带 没开启签名前,可以访问的:https://alist.org/d/a/233.txt |
噗,以后默认安装设置为全签名吧,不然容易造成人为重大bug。。。 |
原来如此,抱歉。。 |
Please make sure of the following things
I have read the documentation.
我已经阅读了文档。
I'm sure there are no duplicate issues or discussions.
我确定没有重复的issue或讨论。
I'm sure it's due to
AList
and not something else(such as Network ,Dependencies
orOperational
).我确定是
AList
的问题,而不是其他原因(例如网络,依赖
或操作
)。I'm sure this issue is not fixed in the latest version.
我确定这个问题在最新版本中没有被修复。
AList Version / AList 版本
v3.28
Driver used / 使用的存储驱动
本地
Describe the bug / 问题描述
使用以下python代码无需密码即可任意访问我alist中的文件,只需把链接添加进去即可
from urllib.request import urlopen
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
u = urlopen('file-address')
data = u.read().decode('utf-8')
print(data)
Reproduction / 复现链接
无
Config / 配置
无
Logs / 日志
No response
The text was updated successfully, but these errors were encountered: