A modern web application for generating CTF-style flags with leetspeak transformations. Built with Astro and shadcn/ui.
Live Demo: https://flag.withkin.me
All commands are run from the root of the project, from a terminal:
| Command | Action |
|---|---|
bun install |
Installs dependencies |
bun dev |
Starts local dev server at localhost:4321 |
- Enter a flag prefix (e.g.,
flag,HTB,PICO) - Type your text in the input field
- Click "Generate Flag" or press Enter
- Copy the result using the copy button
- Clear notifications when needed
The generator applies these character substitutions:
a/A → 4e/E → 3i/I → 1l/L → 1o/O → 0s/S → 5t/T → 7
and more ...
Special characters and non-Latin text (Chinese, Japanese, etc.) are preserved.
Licensed under the AGPL-3.0 License.
Contributions are welcome! Please feel free to submit a Pull Request and use conventional commit style made the message more profeossional.