Herramienta profesional para crear writeups de desafíos CTF con una interfaz web intuitiva
152
A modern and private application for creating, organizing and exporting CTF write-ups with AI assistance.
Designed by and for the cybersecurity community, CTF Write-up Builder allows you to document your CTFs professionally with Markdown support, automatic screenshots, AI content generation, and multiple export formats.
This is the recommended way to run the application quickly and in an isolated environment.
Pull the image from Docker Hub:
docker pull ilanamin/ctf-writeup-builder:1.0
Run the container:
docker run -d -p 3000:3000 --name ctf-app ilanamin/ctf-writeup-builder:1.0
Open the application:
Navigate to http://localhost:3000 in your web browser.
The complete source code, documentation, and contribution guide are available on our GitHub repository.
Esta es la forma recomendada de ejecutar la aplicación de forma rápida y aislada.
Descargar la imagen desde Docker Hub:
docker pull ilanamin/ctf-writeup-builder:1.0
Ejecutar el contenedor:
docker run -d -p 3000:3000 --name ctf-app ilanamin/ctf-writeup-builder:1.0
Abrir la aplicación:
Navega a http://localhost:3000 en tu navegador web.
El código fuente completo, la documentación y la guía de contribución están disponibles en nuestro repositorio de GitHub.
Content type
Image
Digest
sha256:fdf6263e9…
Size
498.9 MB
Last updated
about 1 year ago
docker pull ilanamin/ctf-writeup-builder:1.0