a phising page made for Crimson Defence CTF
1# Crimson Phish 2 3A simple reset password phishing page for the [2025 Crimson Defence CTF](https://uacrimsondefense.github.io/cdctf.html). 4 5![an image of the admin dashboard](https://github.com/taciturnaxolotl/crimson-phish/blob/main/docs/admin.png?raw=true) 6 7## Usage 8 9This 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. 10 11```bash 12bun start 13bun dev # hot reloading 14``` 15 16![an image of the main page](https://github.com/taciturnaxolotl/crimson-phish/blob/main/docs/index.png?raw=true) 17 18<p align="center"> 19 <i><code>&copy 2025-present <a href="https://github.com/taciturnaxolotl">Kieran Klukas</a></code></i> 20</p> 21 22<p align="center"> 23 <a href="https://github.com/taciturnaxolotl/crimson-phish/blob/main/LICENSE.md"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a> 24</p>