├── 2020 ├── .DS_Store ├── ALLES CTF 2020 │ └── web │ │ ├── OnlyFreights │ │ └── sol.py │ │ └── where_is_my_cash │ │ └── README.md ├── ASIS 2020 │ ├── ppc │ │ └── baby_md5 │ │ │ ├── solve.py │ │ │ └── task.py │ └── pwn │ │ ├── refcnt │ │ ├── chall │ │ ├── libc.so.6 │ │ └── solve.py │ │ └── vote │ │ ├── libc.so.6 │ │ ├── solve.py │ │ └── vote ├── Balsn CTF 2020 │ ├── .DS_Store │ ├── README.md │ ├── crypto │ │ └── happy farm │ │ │ ├── README.md │ │ │ ├── solver.py │ │ │ └── solver.sage │ ├── misc │ │ ├── .DS_Store │ │ ├── bitcoin │ │ │ ├── .DS_Store │ │ │ ├── README.md │ │ │ └── bitcoin.png │ │ ├── patience 1 │ │ │ ├── README.md │ │ │ ├── output.png │ │ │ └── output2.png │ │ └── transformer │ │ │ ├── .DS_Store │ │ │ └── README.md │ └── web │ │ ├── .DS_Store │ │ ├── L5D │ │ └── README.md │ │ ├── TPC │ │ └── README.md │ │ └── The Woven │ │ └── the_woven_web.py ├── Fword CTF 2020 │ ├── README.md │ ├── crypto │ │ └── Tornado │ │ │ └── README.md │ ├── pwn │ │ └── One piece Remake │ │ │ └── README.md │ ├── rev │ │ ├── Auto │ │ │ └── README.md │ │ └── Welcome Reverser │ │ │ └── README.md │ ├── static │ │ └── rank.PNG │ └── web │ │ ├── Buried │ │ └── README.md │ │ ├── Otaku │ │ └── README.md │ │ ├── fshop │ │ └── fshop.md │ │ ├── pastaxss │ │ ├── README.md │ │ └── imgs │ │ │ ├── writeup1.png │ │ │ ├── writeup2.png │ │ │ └── writeup3.png │ │ └── useless │ │ └── README.md ├── N1CTF 2020 │ ├── crypto │ │ ├── BabyProof │ │ │ ├── README.md │ │ │ ├── e1.PNG │ │ │ └── e2.PNG │ │ ├── Curve │ │ │ └── README.md │ │ ├── FlagBot │ │ │ └── README.md │ │ ├── N1Vault │ │ │ └── README.md │ │ ├── VSS │ │ │ └── README.md │ │ └── easyRSA │ │ │ └── README.md │ ├── misc │ │ ├── filters │ │ │ └── README.md │ │ └── n1egg_allsignin │ │ │ └── README.md │ ├── pwn │ │ └── README.md │ ├── rev │ │ ├── fixed_camera │ │ │ └── README.md │ │ ├── n1egg_fixed_camera │ │ │ └── README.md │ │ ├── oflo │ │ │ └── README.md │ │ └── oh_my_julia │ │ │ └── README.md │ └── web │ │ ├── easy_tp5 │ │ └── README.md │ │ ├── fun_zabbix │ │ └── README.md │ │ ├── signin │ │ └── README.md │ │ └── the_king_of_phish │ │ └── README.md ├── TetCTF 2020 │ ├── crypto │ │ └── README.md │ ├── pwn │ │ ├── babyformat │ │ │ ├── babyformat │ │ │ ├── libc-2.23.so │ │ │ └── solve.py │ │ └── warmup │ │ │ ├── libc-2.23.so │ │ │ ├── solve.py │ │ │ └── warmup │ └── web │ │ ├── Super Calc │ │ └── README.md │ │ ├── hpny │ │ └── README.md │ │ └── mysqlimit │ │ └── README.md └── pbctf 2020 │ ├── README.md │ ├── crypto │ ├── ainissesthai │ │ ├── README.md │ │ └── ainissesthai.py │ └── strong_cipher │ │ ├── ciphertext │ │ └── solve.py │ ├── misc │ ├── gcombo │ │ ├── README.md │ │ ├── parsed.py │ │ └── solve.py │ ├── not_stego │ │ ├── README.md │ │ └── profile.png │ └── vaccine_stealer │ │ └── README.md │ ├── pwn │ ├── Amazing-ROP │ │ └── README.md │ ├── jheap │ │ └── README.md │ └── pwnception │ │ ├── README.md │ │ └── exploit.py │ ├── rev │ └── rgnn │ │ └── README.md │ └── web │ ├── XSP │ ├── README.md │ └── bruteforce.html │ ├── apoche1 │ └── README.md │ ├── ikea-name-generator │ └── README.md │ ├── simple_note │ └── exploit.py │ └── sploosh │ └── README.md ├── 2021 ├── *CTF-2021 │ ├── misc │ │ └── minegame.md │ ├── pwn │ │ └── babyheap │ │ │ └── exploit.py │ └── web │ │ └── lottery-again.md ├── .DS_Store ├── SSTF 2021 (Samsung CTF) │ └── README.md ├── google-ctf │ └── pwn │ │ └── tridroid │ │ ├── README.md │ │ ├── hook.js │ │ ├── server.py │ │ ├── solve.html │ │ ├── solve.js │ │ └── solve.py ├── line ctf 2021 │ └── README.md ├── pbctf 2021 │ ├── .DS_Store │ ├── Ghostwriter.md │ ├── README.md │ ├── binarytree.md │ ├── btle.md │ ├── cosmo.md │ ├── is_that_your_packet.md │ ├── switching.md │ └── web.md ├── seccon 2021 │ └── saas1.md ├── uiuctf │ └── kernel │ │ └── bpf_badjmp │ │ ├── README.md │ │ ├── build.sh │ │ ├── exploit.c │ │ └── send.py ├── union-ctf │ └── pwn │ │ ├── babyrarf │ │ ├── Dockerfile │ │ ├── babyrarf │ │ ├── babyrarf.xinetd │ │ ├── exploit.py │ │ └── main.c │ │ ├── notepad │ │ ├── Dockerfile │ │ ├── README.md │ │ ├── exploit.py │ │ ├── flag.txt │ │ ├── libc.so.6 │ │ ├── notepad │ │ ├── notepad.cpp │ │ ├── notepad.h │ │ └── notepad.xinetd │ │ └── nutty │ │ ├── exploit │ │ ├── exploit.c │ │ └── run.py ├── zer0pts │ └── webs │ │ └── README.md └── CTF-2021 │ ├── misc │ ├── minegame.md │ └── puzzle.md │ ├── pwn │ └── babyheap │ │ ├── exploit.py │ │ ├── libc.so.6 │ │ └── pwn │ └── web │ ├── lottery-again.md │ ├── oh_my_bet.py │ └── solve.py ├── 2022 ├── dicectf │ ├── shadow.md │ └── x.png └── justctf │ └── Dank_Shark.md └── README.md /2020/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/.DS_Store -------------------------------------------------------------------------------- /2020/ALLES CTF 2020/web/OnlyFreights/sol.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/ALLES CTF 2020/web/OnlyFreights/sol.py -------------------------------------------------------------------------------- /2020/ALLES CTF 2020/web/where_is_my_cash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/ALLES CTF 2020/web/where_is_my_cash/README.md -------------------------------------------------------------------------------- /2020/ASIS 2020/ppc/baby_md5/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/ASIS 2020/ppc/baby_md5/solve.py -------------------------------------------------------------------------------- /2020/ASIS 2020/ppc/baby_md5/task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/ASIS 2020/ppc/baby_md5/task.py -------------------------------------------------------------------------------- /2020/ASIS 2020/pwn/refcnt/chall: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/ASIS 2020/pwn/refcnt/chall -------------------------------------------------------------------------------- /2020/ASIS 2020/pwn/refcnt/libc.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/ASIS 2020/pwn/refcnt/libc.so.6 -------------------------------------------------------------------------------- /2020/ASIS 2020/pwn/refcnt/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/ASIS 2020/pwn/refcnt/solve.py -------------------------------------------------------------------------------- /2020/ASIS 2020/pwn/vote/libc.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/ASIS 2020/pwn/vote/libc.so.6 -------------------------------------------------------------------------------- /2020/ASIS 2020/pwn/vote/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/ASIS 2020/pwn/vote/solve.py -------------------------------------------------------------------------------- /2020/ASIS 2020/pwn/vote/vote: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/ASIS 2020/pwn/vote/vote -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/.DS_Store -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/README.md -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/crypto/happy farm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/crypto/happy farm/README.md -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/crypto/happy farm/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/crypto/happy farm/solver.py -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/crypto/happy farm/solver.sage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/crypto/happy farm/solver.sage -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/misc/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/misc/.DS_Store -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/misc/bitcoin/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/misc/bitcoin/.DS_Store -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/misc/bitcoin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/misc/bitcoin/README.md -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/misc/bitcoin/bitcoin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/misc/bitcoin/bitcoin.png -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/misc/patience 1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/misc/patience 1/README.md -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/misc/patience 1/output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/misc/patience 1/output.png -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/misc/patience 1/output2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/misc/patience 1/output2.png -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/misc/transformer/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/misc/transformer/.DS_Store -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/misc/transformer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/misc/transformer/README.md -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/web/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/web/.DS_Store -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/web/L5D/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/web/L5D/README.md -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/web/TPC/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/web/TPC/README.md -------------------------------------------------------------------------------- /2020/Balsn CTF 2020/web/The Woven/the_woven_web.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Balsn CTF 2020/web/The Woven/the_woven_web.py -------------------------------------------------------------------------------- /2020/Fword CTF 2020/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Fword CTF 2020/README.md -------------------------------------------------------------------------------- /2020/Fword CTF 2020/crypto/Tornado/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Fword CTF 2020/crypto/Tornado/README.md -------------------------------------------------------------------------------- /2020/Fword CTF 2020/pwn/One piece Remake/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Fword CTF 2020/pwn/One piece Remake/README.md -------------------------------------------------------------------------------- /2020/Fword CTF 2020/rev/Auto/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Fword CTF 2020/rev/Auto/README.md -------------------------------------------------------------------------------- /2020/Fword CTF 2020/rev/Welcome Reverser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Fword CTF 2020/rev/Welcome Reverser/README.md -------------------------------------------------------------------------------- /2020/Fword CTF 2020/static/rank.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Fword CTF 2020/static/rank.PNG -------------------------------------------------------------------------------- /2020/Fword CTF 2020/web/Buried/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Fword CTF 2020/web/Buried/README.md -------------------------------------------------------------------------------- /2020/Fword CTF 2020/web/Otaku/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Fword CTF 2020/web/Otaku/README.md -------------------------------------------------------------------------------- /2020/Fword CTF 2020/web/fshop/fshop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Fword CTF 2020/web/fshop/fshop.md -------------------------------------------------------------------------------- /2020/Fword CTF 2020/web/pastaxss/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Fword CTF 2020/web/pastaxss/README.md -------------------------------------------------------------------------------- /2020/Fword CTF 2020/web/pastaxss/imgs/writeup1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Fword CTF 2020/web/pastaxss/imgs/writeup1.png -------------------------------------------------------------------------------- /2020/Fword CTF 2020/web/pastaxss/imgs/writeup2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Fword CTF 2020/web/pastaxss/imgs/writeup2.png -------------------------------------------------------------------------------- /2020/Fword CTF 2020/web/pastaxss/imgs/writeup3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Fword CTF 2020/web/pastaxss/imgs/writeup3.png -------------------------------------------------------------------------------- /2020/Fword CTF 2020/web/useless/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/Fword CTF 2020/web/useless/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/crypto/BabyProof/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/crypto/BabyProof/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/crypto/BabyProof/e1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/crypto/BabyProof/e1.PNG -------------------------------------------------------------------------------- /2020/N1CTF 2020/crypto/BabyProof/e2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/crypto/BabyProof/e2.PNG -------------------------------------------------------------------------------- /2020/N1CTF 2020/crypto/Curve/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/crypto/Curve/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/crypto/FlagBot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/crypto/FlagBot/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/crypto/N1Vault/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/crypto/N1Vault/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/crypto/VSS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/crypto/VSS/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/crypto/easyRSA/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/crypto/easyRSA/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/misc/filters/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/misc/filters/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/misc/n1egg_allsignin/README.md: -------------------------------------------------------------------------------- 1 | ## n1egg_allsignin 2 | 3 | Just follow description with flags. -------------------------------------------------------------------------------- /2020/N1CTF 2020/pwn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/pwn/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/rev/fixed_camera/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/rev/fixed_camera/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/rev/n1egg_fixed_camera/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/rev/n1egg_fixed_camera/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/rev/oflo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/rev/oflo/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/rev/oh_my_julia/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/rev/oh_my_julia/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/web/easy_tp5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/web/easy_tp5/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/web/fun_zabbix/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/web/fun_zabbix/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/web/signin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/web/signin/README.md -------------------------------------------------------------------------------- /2020/N1CTF 2020/web/the_king_of_phish/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/N1CTF 2020/web/the_king_of_phish/README.md -------------------------------------------------------------------------------- /2020/TetCTF 2020/crypto/README.md: -------------------------------------------------------------------------------- 1 | Crypto Writeups : https://rkm0959.tistory.com/192 -------------------------------------------------------------------------------- /2020/TetCTF 2020/pwn/babyformat/babyformat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/TetCTF 2020/pwn/babyformat/babyformat -------------------------------------------------------------------------------- /2020/TetCTF 2020/pwn/babyformat/libc-2.23.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/TetCTF 2020/pwn/babyformat/libc-2.23.so -------------------------------------------------------------------------------- /2020/TetCTF 2020/pwn/babyformat/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/TetCTF 2020/pwn/babyformat/solve.py -------------------------------------------------------------------------------- /2020/TetCTF 2020/pwn/warmup/libc-2.23.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/TetCTF 2020/pwn/warmup/libc-2.23.so -------------------------------------------------------------------------------- /2020/TetCTF 2020/pwn/warmup/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/TetCTF 2020/pwn/warmup/solve.py -------------------------------------------------------------------------------- /2020/TetCTF 2020/pwn/warmup/warmup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/TetCTF 2020/pwn/warmup/warmup -------------------------------------------------------------------------------- /2020/TetCTF 2020/web/Super Calc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/TetCTF 2020/web/Super Calc/README.md -------------------------------------------------------------------------------- /2020/TetCTF 2020/web/hpny/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/TetCTF 2020/web/hpny/README.md -------------------------------------------------------------------------------- /2020/TetCTF 2020/web/mysqlimit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/TetCTF 2020/web/mysqlimit/README.md -------------------------------------------------------------------------------- /2020/pbctf 2020/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/README.md -------------------------------------------------------------------------------- /2020/pbctf 2020/crypto/ainissesthai/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/crypto/ainissesthai/README.md -------------------------------------------------------------------------------- /2020/pbctf 2020/crypto/ainissesthai/ainissesthai.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/crypto/ainissesthai/ainissesthai.py -------------------------------------------------------------------------------- /2020/pbctf 2020/crypto/strong_cipher/ciphertext: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/crypto/strong_cipher/ciphertext -------------------------------------------------------------------------------- /2020/pbctf 2020/crypto/strong_cipher/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/crypto/strong_cipher/solve.py -------------------------------------------------------------------------------- /2020/pbctf 2020/misc/gcombo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/misc/gcombo/README.md -------------------------------------------------------------------------------- /2020/pbctf 2020/misc/gcombo/parsed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/misc/gcombo/parsed.py -------------------------------------------------------------------------------- /2020/pbctf 2020/misc/gcombo/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/misc/gcombo/solve.py -------------------------------------------------------------------------------- /2020/pbctf 2020/misc/not_stego/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/misc/not_stego/README.md -------------------------------------------------------------------------------- /2020/pbctf 2020/misc/not_stego/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/misc/not_stego/profile.png -------------------------------------------------------------------------------- /2020/pbctf 2020/misc/vaccine_stealer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/misc/vaccine_stealer/README.md -------------------------------------------------------------------------------- /2020/pbctf 2020/pwn/Amazing-ROP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/pwn/Amazing-ROP/README.md -------------------------------------------------------------------------------- /2020/pbctf 2020/pwn/jheap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/pwn/jheap/README.md -------------------------------------------------------------------------------- /2020/pbctf 2020/pwn/pwnception/README.md: -------------------------------------------------------------------------------- 1 | [Full writeup can be found here](https://faraz.faith/2020-12-08-pbctf-pwnception/) 2 | -------------------------------------------------------------------------------- /2020/pbctf 2020/pwn/pwnception/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/pwn/pwnception/exploit.py -------------------------------------------------------------------------------- /2020/pbctf 2020/rev/rgnn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/rev/rgnn/README.md -------------------------------------------------------------------------------- /2020/pbctf 2020/web/XSP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/web/XSP/README.md -------------------------------------------------------------------------------- /2020/pbctf 2020/web/XSP/bruteforce.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/web/XSP/bruteforce.html -------------------------------------------------------------------------------- /2020/pbctf 2020/web/apoche1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/web/apoche1/README.md -------------------------------------------------------------------------------- /2020/pbctf 2020/web/ikea-name-generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/web/ikea-name-generator/README.md -------------------------------------------------------------------------------- /2020/pbctf 2020/web/simple_note/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/web/simple_note/exploit.py -------------------------------------------------------------------------------- /2020/pbctf 2020/web/sploosh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2020/pbctf 2020/web/sploosh/README.md -------------------------------------------------------------------------------- /2021/*CTF-2021/misc/minegame.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/*CTF-2021/misc/minegame.md -------------------------------------------------------------------------------- /2021/*CTF-2021/pwn/babyheap/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/*CTF-2021/pwn/babyheap/exploit.py -------------------------------------------------------------------------------- /2021/*CTF-2021/web/lottery-again.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/*CTF-2021/web/lottery-again.md -------------------------------------------------------------------------------- /2021/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/.DS_Store -------------------------------------------------------------------------------- /2021/SSTF 2021 (Samsung CTF)/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/SSTF 2021 (Samsung CTF)/README.md -------------------------------------------------------------------------------- /2021/google-ctf/pwn/tridroid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/google-ctf/pwn/tridroid/README.md -------------------------------------------------------------------------------- /2021/google-ctf/pwn/tridroid/hook.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/google-ctf/pwn/tridroid/hook.js -------------------------------------------------------------------------------- /2021/google-ctf/pwn/tridroid/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/google-ctf/pwn/tridroid/server.py -------------------------------------------------------------------------------- /2021/google-ctf/pwn/tridroid/solve.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/google-ctf/pwn/tridroid/solve.html -------------------------------------------------------------------------------- /2021/google-ctf/pwn/tridroid/solve.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/google-ctf/pwn/tridroid/solve.js -------------------------------------------------------------------------------- /2021/google-ctf/pwn/tridroid/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/google-ctf/pwn/tridroid/solve.py -------------------------------------------------------------------------------- /2021/line ctf 2021/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/line ctf 2021/README.md -------------------------------------------------------------------------------- /2021/pbctf 2021/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/pbctf 2021/.DS_Store -------------------------------------------------------------------------------- /2021/pbctf 2021/Ghostwriter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/pbctf 2021/Ghostwriter.md -------------------------------------------------------------------------------- /2021/pbctf 2021/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/pbctf 2021/README.md -------------------------------------------------------------------------------- /2021/pbctf 2021/binarytree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/pbctf 2021/binarytree.md -------------------------------------------------------------------------------- /2021/pbctf 2021/btle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/pbctf 2021/btle.md -------------------------------------------------------------------------------- /2021/pbctf 2021/cosmo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/pbctf 2021/cosmo.md -------------------------------------------------------------------------------- /2021/pbctf 2021/is_that_your_packet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/pbctf 2021/is_that_your_packet.md -------------------------------------------------------------------------------- /2021/pbctf 2021/switching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/pbctf 2021/switching.md -------------------------------------------------------------------------------- /2021/pbctf 2021/web.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/pbctf 2021/web.md -------------------------------------------------------------------------------- /2021/seccon 2021/saas1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/seccon 2021/saas1.md -------------------------------------------------------------------------------- /2021/uiuctf/kernel/bpf_badjmp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/uiuctf/kernel/bpf_badjmp/README.md -------------------------------------------------------------------------------- /2021/uiuctf/kernel/bpf_badjmp/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/uiuctf/kernel/bpf_badjmp/build.sh -------------------------------------------------------------------------------- /2021/uiuctf/kernel/bpf_badjmp/exploit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/uiuctf/kernel/bpf_badjmp/exploit.c -------------------------------------------------------------------------------- /2021/uiuctf/kernel/bpf_badjmp/send.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/uiuctf/kernel/bpf_badjmp/send.py -------------------------------------------------------------------------------- /2021/union-ctf/pwn/babyrarf/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/babyrarf/Dockerfile -------------------------------------------------------------------------------- /2021/union-ctf/pwn/babyrarf/babyrarf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/babyrarf/babyrarf -------------------------------------------------------------------------------- /2021/union-ctf/pwn/babyrarf/babyrarf.xinetd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/babyrarf/babyrarf.xinetd -------------------------------------------------------------------------------- /2021/union-ctf/pwn/babyrarf/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/babyrarf/exploit.py -------------------------------------------------------------------------------- /2021/union-ctf/pwn/babyrarf/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/babyrarf/main.c -------------------------------------------------------------------------------- /2021/union-ctf/pwn/notepad/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/notepad/Dockerfile -------------------------------------------------------------------------------- /2021/union-ctf/pwn/notepad/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/notepad/README.md -------------------------------------------------------------------------------- /2021/union-ctf/pwn/notepad/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/notepad/exploit.py -------------------------------------------------------------------------------- /2021/union-ctf/pwn/notepad/flag.txt: -------------------------------------------------------------------------------- 1 | union{not_a_real_flag} 2 | -------------------------------------------------------------------------------- /2021/union-ctf/pwn/notepad/libc.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/notepad/libc.so.6 -------------------------------------------------------------------------------- /2021/union-ctf/pwn/notepad/notepad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/notepad/notepad -------------------------------------------------------------------------------- /2021/union-ctf/pwn/notepad/notepad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/notepad/notepad.cpp -------------------------------------------------------------------------------- /2021/union-ctf/pwn/notepad/notepad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/notepad/notepad.h -------------------------------------------------------------------------------- /2021/union-ctf/pwn/notepad/notepad.xinetd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/notepad/notepad.xinetd -------------------------------------------------------------------------------- /2021/union-ctf/pwn/nutty/exploit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/nutty/exploit -------------------------------------------------------------------------------- /2021/union-ctf/pwn/nutty/exploit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/nutty/exploit.c -------------------------------------------------------------------------------- /2021/union-ctf/pwn/nutty/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/union-ctf/pwn/nutty/run.py -------------------------------------------------------------------------------- /2021/zer0pts/webs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/zer0pts/webs/README.md -------------------------------------------------------------------------------- /2021/CTF-2021/misc/minegame.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/CTF-2021/misc/minegame.md -------------------------------------------------------------------------------- /2021/CTF-2021/misc/puzzle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/CTF-2021/misc/puzzle.md -------------------------------------------------------------------------------- /2021/CTF-2021/pwn/babyheap/exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/CTF-2021/pwn/babyheap/exploit.py -------------------------------------------------------------------------------- /2021/CTF-2021/pwn/babyheap/libc.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/CTF-2021/pwn/babyheap/libc.so.6 -------------------------------------------------------------------------------- /2021/CTF-2021/pwn/babyheap/pwn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/CTF-2021/pwn/babyheap/pwn -------------------------------------------------------------------------------- /2021/CTF-2021/web/lottery-again.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/CTF-2021/web/lottery-again.md -------------------------------------------------------------------------------- /2021/CTF-2021/web/oh_my_bet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/CTF-2021/web/oh_my_bet.py -------------------------------------------------------------------------------- /2021/CTF-2021/web/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2021/CTF-2021/web/solve.py -------------------------------------------------------------------------------- /2022/dicectf/shadow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2022/dicectf/shadow.md -------------------------------------------------------------------------------- /2022/dicectf/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2022/dicectf/x.png -------------------------------------------------------------------------------- /2022/justctf/Dank_Shark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/2022/justctf/Dank_Shark.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Super-Guesser/ctf/HEAD/README.md --------------------------------------------------------------------------------