RBash 逃逸

DeeLMind2024年12月23日小于 1 分钟

RBash 逃逸

什么是RBashopen in new window

RBash(The restricted mode of bash),也就是受限制的 bash,不能执行一些相关命令。

开启 RBash

sudo adduser test
sudo usermod -s /bin/rbash test

RBash 绕过

上次编辑于: 2026/3/11 05:49:26
贡献者: DeeLMind,DeeLMind
课程与服务