├── 2017 ├── ccc │ └── 300 │ │ ├── 300 │ │ ├── README.md │ │ ├── libc.so.6 │ │ └── x.py ├── confidence │ └── crypto │ │ └── README.md ├── confidence_teaser │ └── public_key_infrastructure │ │ ├── README.md │ │ ├── secrets.py │ │ ├── solve.py │ │ └── task.py └── hitcon_community │ └── prob │ ├── README.md │ ├── ex.py │ ├── flag.txt │ ├── key.txt │ └── prob.py ├── 2018 ├── ccc │ └── sequence │ │ ├── README.md │ │ └── sequence-afcf267d78429b4a36dca5bd12bdf45e.tar.gz ├── google_finals │ └── bobneedshelp │ │ ├── README.md │ │ ├── magic_session.png │ │ └── session.png └── plaid │ └── garbage │ ├── README.md │ ├── ex.py │ ├── gadgets.txt │ ├── garbagetruck_04bfbdf89b37bf5ac5913a3426994185b4002d65 │ └── primes.txt └── 2021 └── google_quals └── ICANTBELIEVITSNOTCRYPTO └── README.md /2017/ccc/300/300: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2017/ccc/300/300 -------------------------------------------------------------------------------- /2017/ccc/300/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2017/ccc/300/README.md -------------------------------------------------------------------------------- /2017/ccc/300/libc.so.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2017/ccc/300/libc.so.6 -------------------------------------------------------------------------------- /2017/ccc/300/x.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2017/ccc/300/x.py -------------------------------------------------------------------------------- /2017/confidence/crypto/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2017/confidence/crypto/README.md -------------------------------------------------------------------------------- /2017/confidence_teaser/public_key_infrastructure/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2017/confidence_teaser/public_key_infrastructure/README.md -------------------------------------------------------------------------------- /2017/confidence_teaser/public_key_infrastructure/secrets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2017/confidence_teaser/public_key_infrastructure/secrets.py -------------------------------------------------------------------------------- /2017/confidence_teaser/public_key_infrastructure/solve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2017/confidence_teaser/public_key_infrastructure/solve.py -------------------------------------------------------------------------------- /2017/confidence_teaser/public_key_infrastructure/task.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2017/confidence_teaser/public_key_infrastructure/task.py -------------------------------------------------------------------------------- /2017/hitcon_community/prob/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2017/hitcon_community/prob/README.md -------------------------------------------------------------------------------- /2017/hitcon_community/prob/ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2017/hitcon_community/prob/ex.py -------------------------------------------------------------------------------- /2017/hitcon_community/prob/flag.txt: -------------------------------------------------------------------------------- 1 | hitcon{IV_15_ve3y_funny} 2 | -------------------------------------------------------------------------------- /2017/hitcon_community/prob/key.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2017/hitcon_community/prob/key.txt -------------------------------------------------------------------------------- /2017/hitcon_community/prob/prob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2017/hitcon_community/prob/prob.py -------------------------------------------------------------------------------- /2018/ccc/sequence/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2018/ccc/sequence/README.md -------------------------------------------------------------------------------- /2018/ccc/sequence/sequence-afcf267d78429b4a36dca5bd12bdf45e.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2018/ccc/sequence/sequence-afcf267d78429b4a36dca5bd12bdf45e.tar.gz -------------------------------------------------------------------------------- /2018/google_finals/bobneedshelp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2018/google_finals/bobneedshelp/README.md -------------------------------------------------------------------------------- /2018/google_finals/bobneedshelp/magic_session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2018/google_finals/bobneedshelp/magic_session.png -------------------------------------------------------------------------------- /2018/google_finals/bobneedshelp/session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2018/google_finals/bobneedshelp/session.png -------------------------------------------------------------------------------- /2018/plaid/garbage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2018/plaid/garbage/README.md -------------------------------------------------------------------------------- /2018/plaid/garbage/ex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2018/plaid/garbage/ex.py -------------------------------------------------------------------------------- /2018/plaid/garbage/gadgets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2018/plaid/garbage/gadgets.txt -------------------------------------------------------------------------------- /2018/plaid/garbage/garbagetruck_04bfbdf89b37bf5ac5913a3426994185b4002d65: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2018/plaid/garbage/garbagetruck_04bfbdf89b37bf5ac5913a3426994185b4002d65 -------------------------------------------------------------------------------- /2018/plaid/garbage/primes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2018/plaid/garbage/primes.txt -------------------------------------------------------------------------------- /2021/google_quals/ICANTBELIEVITSNOTCRYPTO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yannayl/ctf-writeups/HEAD/2021/google_quals/ICANTBELIEVITSNOTCRYPTO/README.md --------------------------------------------------------------------------------