qiarhadempta/PicoCTF
GitHub: qiarhadempta/PicoCTF
Stars: 0 | Forks: 0
# PicoCTF Writeups
## Author: [@qiarhadempta](https://github.com/qiarhadempta)
## Table of Contents
Note: I'll be updating the table of contents every time I post a write up.
- [Cryptography](#cryptography)
- [Forensic](#forensic)
- [General Skills](#general-skills)
- [Reverse Engineering](#reverse-engineering)
### Cryptography
| Challenge | Difficulty | Writeup |
|-----------|------------|---------|
| Hashcrack | Easy | [Link](https://github.com/qiarhadempta/PicoCTF/blob/main/Cryptography/Easy/Hashcrack.md) |
| StegoRSA | Easy | [Link](https://github.com/qiarhadempta/PicoCTF/blob/main/Cryptography/Easy/Stego-RSA.md) |
| Substitution 0 | Medium | [Link](https://github.com/qiarhadempta/PicoCTF/blob/main/Cryptography/Medium/substitution0.md) |
| Substitution 1 | Medium | [Link](https://github.com/qiarhadempta/PicoCTF/blob/main/Cryptography/Medium/substitution1.md) |
### Forensic
| Challenge | Difficulty | Writeup |
|-----------|------------|---------|
| Hidden in Plainsight | Easy | [Link](https://github.com/qiarhadempta/PicoCTF/blob/main/Forensic/Easy/Hidden-in-Plainsight.md) |
| Riddle Registry | Easy | [Link](https://github.com/qiarhadempta/PicoCTF/blob/main/Forensic/Easy/Riddle-Registry.md) |
| So Meta | Medium | [Link](https://github.com/qiarhadempta/PicoCTF/blob/main/Forensic/Medium/So-Meta.md) |
### General Skills
| Challenge | Difficulty | Writeup |
|-----------|------------|---------|
| Log Hunt | Easy | [Link](https://github.com/qiarhadempta/PicoCTF/blob/main/GeneralSkills/Easy/Log-Hunt.md)
### Reverse Engineering
| Challenge | Difficulty | Writeup |
|-----------|------------|---------|
| Safe Opener | Medium | [Link](https://github.com/qiarhadempta/PicoCTF/blob/main/ReverseEngineering/Medium/Safe-Opener.md) |
| Safe Opener 2 | Medium | [Link](https://github.com/qiarhadempta/PicoCTF/blob/main/ReverseEngineering/Medium/Safe-Opener2.md) |