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
- Host: GitHub
- URL: https://github.com/notyusheng/picoctf2022-writeup
- Owner: NotYuSheng
- Created: 2022-12-07T09:19:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T10:41:03.000Z (over 2 years ago)
- Last Synced: 2025-02-23T15:46:02.156Z (over 1 year ago)
- Topics: ctf-writeups
- Homepage: https://play.picoctf.org/
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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|