Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rstacks/n00bzctf2024-writeup
Writeups for the challenges I attempted at n00bzCTF 2024.
https://github.com/rstacks/n00bzctf2024-writeup
cryptography ctf ctf-writeups forensics osint programming reverse-engineering web-exploitation
Last synced: about 11 hours ago
JSON representation
Writeups for the challenges I attempted at n00bzCTF 2024.
- Host: GitHub
- URL: https://github.com/rstacks/n00bzctf2024-writeup
- Owner: rstacks
- Created: 2024-08-06T21:38:27.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-06T23:24:51.000Z (3 months ago)
- Last Synced: 2024-08-08T02:22:43.722Z (3 months ago)
- Topics: cryptography, ctf, ctf-writeups, forensics, osint, programming, reverse-engineering, web-exploitation
- Language: Python
- Homepage:
- Size: 837 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# n00bzCTF 2024 Writeup
[n00bzCTF 2024](https://ctf.n00bzunit3d.xyz/) was a 48 hour competition that ran from 8/2/2024 through 8/4/2024. Below are my writeups for the challenges I
completed. You can also see my results in the competition below.Click [here](https://github.com/rstacks/ctf-writeups) to check out my writeups for other CTFs I've participated in.
## Solved Challenges
Crypto
* [RSA](Crypto/RSA)
* [Random](Crypto/Random)
* [Vinegar](Crypto/Vinegar)
Forensics
* [Plane](Forensics/Plane)
Misc
* [Addition](Misc/Addition)
* [Agree](Misc/Agree)
OSINT
* [Pastebin](OSINT/Pastebin)
* [Tail](OSINT/Tail)
* [The Gang](OSINT/TheGang)Programming
* [Numbers 2](Programming/Numbers2)
* [Sillygoose](Programming/Sillygoose)Rev
* [Vacation](Rev/Vacation)
Web
* [Passwordless](Web/Passwordless)
## Results
I was the sole member of team Boy Wonder. I scored **2622** points in total and finished **311th out of 967** teams (that solved at least one challenge).
![Results and solves image](results.png)
*Writeup for the "Sanity Check" challenge not included.