# Crimson Phish A simple reset password phishing page for the [2025 Crimson Defence CTF](https://uacrimsondefense.github.io/cdctf.html). ![an image of the admin dashboard](https://github.com/taciturnaxolotl/crimson-phish/blob/main/docs/admin.png?raw=true) ## 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 ``` ![an image of the main page](https://github.com/taciturnaxolotl/crimson-phish/blob/main/docs/index.png?raw=true)

© 2025-present Kieran Klukas