> For the complete documentation index, see [llms.txt](https://lance-kenji.gitbook.io/uoftctf-2026-writeups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lance-kenji.gitbook.io/uoftctf-2026-writeups/readme.md).

# UofTCTF 2026 - Writeups

Hi, I’m **mis4nthr0pia** from team Lil:Pwny — a full stack web developer, cybersecurity enthusiast, and computer science student based in the Philippines.

This GitBook contains my **UofTCTF 2026 writeups**, where I document how I approach challenges, break down vulnerabilities, and connect them to real-world security concepts. These notes serve both as a personal knowledge base and as a way to give back to the CTF and infosec community.

I’m especially interested in **web security, offensive security, and exploitation techniques**, and I enjoy challenges that look simple on the surface but require deeper technical understanding once you start digging.

One of the most challenging and memorable problems for me was **No Quotes 3** — a task that pushed me to think creatively around strict input constraints, payload crafting, and edge-case behavior. It was a great reminder that limitations often force better exploitation strategies.

***

## 🛠 Technical Background

Alongside CTFs, I have a strong programming background, which I actively use when solving challenges:

* **Languages:** PHP, Python, JavaScript
* **Frameworks & Patterns:** Django, MVC-based architectures
* **Tools & Practices:** Linux, scripting, automation, basic pentesting workflows

This mix of **development and security** helps me understand both how systems are built and how they break — which is a perspective I try to reflect in every writeup.

***

## 📚 What You’ll Find Here

* Step-by-step CTF solutions
* Vulnerability analysis and root-cause explanations
* Payload construction and exploitation logic
* Lessons learned and alternative attack paths

Feel free to explore, learn, and adapt anything useful for your own journey.

## 🧑‍💻 Socials

TikTok: [https://tiktok.com/@mis4nthrop1a](http://tiktok.com/@mis4nthrop1a)

YouTube: <https://www.youtube.com/@mis4nthrop1a>

LinkedIn: [https://linkedin.com/in/lancekenjiparce/](http://linkedin.com/in/lancekenjiparce/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lance-kenji.gitbook.io/uoftctf-2026-writeups/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
