# Crimson Phish A simple reset password phishing page for the [2025 Crimson Defence CTF](https://uacrimsondefense.github.io/cdctf.html).  ## Usage This is a very simple server with the html and assets being loaded and bundled by `bun.serve` and then a very simple http api for handling password resets and displaying the password list. ```bash bun start bun dev # hot reloading ``` 
© 2025-present Kieran Klukas