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
sed -i "s?/bin/login?/usr/libexec/login.sh?g" ${FEEDS_PKG}/ttyd/files/ttyd.config 这一句代码等效移除了ttyd的登录验证,只要访问路由器的ip:7681 就能直接获取路由的root权限。 更为严重的影响是,默认的防火墙并未针对ipv6环境的公网访问做出限制。意味着只要拿到了openwrt的公网ipv6或者是接入了其局域网就能获取openwrt的root权限
sed -i "s?/bin/login?/usr/libexec/login.sh?g" ${FEEDS_PKG}/ttyd/files/ttyd.config
The text was updated successfully, but these errors were encountered:
感谢提醒,我已经注释掉了,@Hyy2001X 还是安全重要吧
Sorry, something went wrong.
No branches or pull requests
sed -i "s?/bin/login?/usr/libexec/login.sh?g" ${FEEDS_PKG}/ttyd/files/ttyd.config
这一句代码等效移除了ttyd的登录验证,只要访问路由器的ip:7681 就能直接获取路由的root权限。
更为严重的影响是,默认的防火墙并未针对ipv6环境的公网访问做出限制。意味着只要拿到了openwrt的公网ipv6或者是接入了其局域网就能获取openwrt的root权限
The text was updated successfully, but these errors were encountered: