PDS 썸네일형 리스트형 checksec on pwntools python -c 'from pwn import *; print ELF("tiny_easy").checksec()' 더보기 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.. 더보기 towelroot 보호되어 있는 글입니다. 더보기 CVE-2012-4792, sweetchip, CVE Exploit 베이직 매우 좋은 내용 다수 더보기 Using GDB for Vulnerability Developement 지디비.출처 : http://www.securiteam.com/securityreviews/5UP0B2KCKI.html * Start gdb: gdb 'executable-file' gdb ./vuln // example gdb `executable-file` `core-file` gdb ./vuln core // example If program segfaults and no core image generated do something like: hack@exploit:~ > ulimit -c 9999 * Attach running process: 실행중인 프로세스에 attach 하기 // launch gdb hack@exploit:~ > gdb GNU gdb 4.18 Copyright 1998 Fre.. 더보기 코드 가상화 기법 일단 문서부터 읽고 더보기 XP/S2K3/Vista/Win7 bugs help malware to survive - Kaspersky Session : XP/S2K3/Vista/Win7 bugs help malware to survive 강병탁 (window31) 님의 번역자료. 원문 :: http://window31.com/entry/kasperskyCodegate2009 CODEGATE 2009 에 카스퍼스키의 발표 세션이 있었던 듯 하다.재수 시절이라 못 간건 어쩔수 없으나 대단히 아쉽다.. 더보기 이전 1 다음