爱快软路由 root 版本

2024 年 11 月 19 日
 zljklang

1.先下载爱快安装包安装系统

2.进入系统下载下面链接更新系统为企业版 https://wwpp.lanzouv.com/idu5k29u42ng

3.远程管理打开 ssh 登录

4.ssh sshd@爱快 ip ,进入后台后输入 whoami ,在输入 Admin@123#fuck 即可进入终端。

24247 次点击
所在节点    宽带症候群
166 条回复
coolerfeng00
2024 年 12 月 3 日
@aa51513 可以的,我是自己加了一个菜单,直接进入 SHELL ,效果如下
Ryzengugu
2024 年 12 月 3 日
@coolerfeng00 大佬 16 系统的密码破解出来没有求新密码
xiaoke
2024 年 12 月 4 日
@coolerfeng00 没看到效果,图片没了?
wangpengfei4113
2024 年 12 月 4 日
@coolerfeng00 大佬,没看到你说的帖子 也没看到你的效果图
didiaoing
2024 年 12 月 4 日
@coolerfeng00
有降级 docker 版本的办法吗
coolerfeng00
2024 年 12 月 5 日
coolerfeng00
2024 年 12 月 5 日
coolerfeng00
2024 年 12 月 5 日
wangpengfei4113
2024 年 12 月 5 日
@coolerfeng00 谢谢大佬。
lf0026
2024 年 12 月 5 日
进去了之后怎么关闭他的远程授权检测机制呢
yzm157
2024 年 12 月 15 日
话说 github 上不是有么? https://lucienshui.github.io/ikuai-firmware/
2j0a3Lwf7E7muKp5
2024 年 12 月 15 日
咸鱼还有 88 元 改 999 条 ipv6 感觉是 docker 越权搞的
2j0a3Lwf7E7muKp5
2024 年 12 月 16 日
貌似现在不可以用 docker 进去了
2j0a3Lwf7E7muKp5
2024 年 12 月 16 日
改完容器的文件,一启动 docker 挂载点就没了
zhang2587341450
2024 年 12 月 24 日
iKuai 的新版 docker 做了限制
- 对新建的容器执行挂载路径检查,只允许在/etc/disk_user 目录下,也就是 web 上面的目录,发现跨目录,直接 false 掉,无法新建

__check_srcpath()
{
local ROOT_PATH="/etc/disk_user"
local srcpaths="$1"
for path_dir in ${srcpaths//,/ }; do
local path_dir=${path_dir//:*/}

if [ "$path_dir" = "/" ]; then
echo "$path_dir not found"
return 1
fi

local tmp_dir=${path_dir//\.\./}
if [ "$tmp_dir" != "$path_dir" ]; then
echo "$path_dir not found"
return 1
fi

local abs_path="${ROOT_PATH}${path_dir}"

if [ ! -e "$abs_path" ]; then
echo "$path_dir not found"
return 1
fi
local dir_arry=(${path_dir//\// })
local hardlink=$(readlink ${ROOT_PATH}/${dir_arry[0]})

if [ ! -d "$hardlink" ]; then
echo "$path_dir not found"
return 1
fi
local i=0
for dir_one in ${dir_arry[*]}; do
i=$((i+1))
[ "$i" = "1" ] && continue
hardlink+="/$dir_one"
done
if [ ! -e "$hardlink" ]; then
echo "$path_dir not found"
return 1
fi
done
}

- 对原有 Docker 容器的配置文件进行挂载路径检查,发现源路径异常后修改配置文件,取消所有挂载点

__check_config_json()
{
local config_path="$work_path/lib/containers"
for config_one in $(ls $config_path); do
local config_path_one="$config_path/$config_one/config.v2.json"
for mount_one in $(cat $config_path_one |jq .MountPoints|grep "\"Source\"": | awk '{print $2}');
do
[ "$mount_one" ] || continue
local invalid=0
if [ "${mount_one:1:15}" != "/etc/disk_user/" ]; then
invalid=1
fi
if [ "${mount_one//\.\./}" != "$mount_one" ]; then
invalid=1
fi
if [ "$invalid" = "1" ]; then
chattr -i $config_path_one
chattr -a $config_path_one
cat $config_path_one | jq '.MountPoints = {}' > /tmp/config.$$
mv /tmp/config.$$ $config_path_one
fi
done
done
}
aa51513
2024 年 12 月 26 日
@yzm157 这个会有更新吗,我看 3.7.17 都发布了,但是这里好像没更新
simplove
2024 年 12 月 26 日
就在刚才我的监控发现爱快离线了,我绑定了云的,估计是官方发现我这个是盗版给我干了,直接找不到硬盘了!
还好我有快照,恢复快照就 OK 了。
除了被官方干,也有可能是有后门,大家注意。
版本我用的是 40 楼那个文件
wu0lei
2024 年 12 月 26 日
@simplove 兄弟我是刚刚挂的 不知道怎么回事 系统一直停在 grub 引导,由于我没有快照,我只能重装了 还好配置还在
Emmerich
2024 年 12 月 26 日
@simplove +1 我也是
simplove
2024 年 12 月 26 日
@wu0lei 我也是直接找不到硬盘了,99%是被官方发现并登录了搞的,后门的可能性不大。 因为我连接了爱快云。。。
你是不是也连接了爱快云?

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1090801

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX