전체 글 썸네일형 리스트형 defcon 2017 - magic in crackme 보호되어 있는 글입니다. 더보기 defcon 2017 - floater 보호되어 있는 글입니다. 더보기 hacknote 보호되어 있는 글입니다. 더보기 NR advanced exploit lecture 보호되어 있는 글입니다. 더보기 checksec on pwntools python -c 'from pwn import *; print ELF("tiny_easy").checksec()' 더보기 dubblesort 보호되어 있는 글입니다. 더보기 exploit template SSH Template from pwn import *import time s = ssh(host="110.10.212.133", user="hunting", port=5556, password="hunting")rand = ssh(host="110.10.212.133", user="hunting", port=5556, password="hunting") r = s.process("./hunting", env = {})r2 = rand.process("/tmp/juno1/c") r.recvuntil("choice:")data = r2.recv()data = data.split(" ")key = []for x in data: if x == "3": key.append(3) elif x == "1": key.. 더보기 codegate - hunting 보호되어 있는 글입니다. 더보기 이전 1 2 3 4 5 ··· 20 다음