Skip to content

j3rrry/Writeups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Writeups

pwnables(stack-based BOF), reversing

CTF

2018/sdhsroot/PWN/R00T_SCHool/exploit.py : #BOF, #fastbin_dup, #UAF
2018/TUCTF/PWN/Lisa/exploit.py : #1-byte, #BOF, #read
2018/TUCTF/PWN/Timber/exploit.py : #canary, #FSB, #leak
2018/TUCTF/PWN/shella-hard/exploit.py : #anti, #anti-disassembly, #BOF
2018/TUCTF/PWN/Canary/exploit.py : #.bss, #canary, #read
2018/TUCTF/PWN/ehh/exploit.py : #FSB, #PIE
2018/TUCTF/PWN/shella-easy/exploit.py : #BOF, #gets, #shellcode, #shellcraft
2018/SECCON/Pwn/Classic Pwn/exploit.py : #64bit, #BOF, #fastcall, #gets, #leak, #loop, #libc, #one_gadget
2018/TJCTF/pwn/Secure Secrets : #FSB
2018/TJCTF/pwn/Online Banking : #asm, #bof, #shellcode
2018/SCTF/rev/dingJMax : #gdb, #command, #script
2018/dimigo/rev/mm : #gdb, #script, #PIE, #brute,#force
2018/dimigo/pwn/init : #read, #leak
2017/pico/pwn/Ive Got A Secret : #FSB
2017/pico/pwn/Config Console : #FSB, #GOT, #overwrite
2017/pico/pwn/Shells : #asm
2017/pico/pwn/Guess The Number : #strtol
2017/0x00/pwn/Memo Manager : #house of spirit, #strdup
2017/0x00/reversing/challenge-000 : #C++
2017/0x00/reversing/challenge-001 : #anti-debugging, #obfuscate, #jmp, #unicode
2017/0x00/reversing/challenge-003
2017/0x00/reversing/challenge-004 : #anti-debugging, #ptrace, #obfuscate, #got-overwrite
2017/0x00/reversing/challenge-006
2017/0x00/reversing/challenge-007
2017/0x00/reversing/challenge-009 : #obfuscate
2017/TU/Pwn/vuln chat
2017/TU/Pwn/vuln chat 2.0
2016/Christmas/Misc100
2016/RC3/Forensic50/somepang.pcap
2016/RC3/Reversing100/Copy of logmein
2016/RC3/Reversing200/fle

Wargame

Reversing.Kr/Position : #keygen, #solver, #z3
Reversing.Kr/ImagePrc : #resource, #bmp, #bitmap
Reversing.Kr/Replace : #.text-writeable, #basic, #easy
Pwnable.kr/Toddler_s_Bottle/coin1/exploit.py : #binary search
Pwnable.kr/Rookiss/dragon : #integer, #overflow, #UAF