Shellltester was an easy one. I changed the program. Can you solve this one?
Analysis
Format string bug [1]와 stack buffer overflow [2]가 발생한다.
Exploitation
FSB를 이용하여 canary를 leak하고, ROP로 system("/bin/sh")
을 호출하면 shell을 획득할 수 있다.
728x90
Shellltester was an easy one. I changed the program. Can you solve this one?
Format string bug [1]와 stack buffer overflow [2]가 발생한다.
FSB를 이용하여 canary를 leak하고, ROP로 system("/bin/sh")
을 호출하면 shell을 획득할 수 있다.