An open API service indexing awesome lists of open source software.

https://github.com/notyusheng/picoctf2022-writeup

Writeup for picoCTF 2022
https://github.com/notyusheng/picoctf2022-writeup

ctf-writeups

Last synced: 4 months ago
JSON representation

Writeup for picoCTF 2022

Awesome Lists containing this project

README

          

# PicoCTF2022-Writeup

## Table of content

Binary Exploitation

|Question|Points|
|--------|------|
|[basic-file-exploit](./Binary%20Exploitation/basic-file-exploit.md)|100|
|[RPS](./Binary%20Exploitation/RPS.md)|200|

Cryptography

|Question|Points|
|--------|------|
|[basic-mod1](./Cryptography/basic-mod1.md)|100|
|[basic-mod2](./Cryptography/basic-mod2.md)|100|
|[credstuff](./Cryptography/credstuff.md)|100|

Reverse Engineering

|Question|Points|
|--------|------|
|[bloat.py](./Reverse%20Engineering/bloat.py.md)|200|
|[file-run1](./Reverse%20Engineering/file-run1.md)|100|
|[unpackme.py](./Reverse%20Engineering/unpackme.py.md)|100|

Web Exploitation

|Question|Points|
|--------|------|
|[SQL Direct](./Web%20Exploitation/SQL%20Direct.md)|200|
|[SQLiLite](./Web%20Exploitation/SQLiLite.md)|300|