Sign inSign up

ilanamin/ctf-writeup-builder

By ilanamin

Updated about 1 year ago

Herramienta profesional para crear writeups de desafíos CTF con una interfaz web intuitiva

Image
Security
Developer tools
1

152

ilanamin/ctf-writeup-builder repository overview

🇪🇸 Leer en Español

CTF Write-up Builder

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.

🐳 Quick Start with Docker

This is the recommended way to run the application quickly and in an isolated environment.

Prerequisites
  • Docker Desktop installed and running.
Steps
  1. Pull the image from Docker Hub:

    docker pull ilanamin/ctf-writeup-builder:1.0
    
  2. Run the container:

    docker run -d -p 3000:3000 --name ctf-app ilanamin/ctf-writeup-builder:1.0
    
  3. Open the application: Navigate to http://localhost:3000 in your web browser.

✨ Key Features

  • 🤖 Intelligent AI Generation: Integrated with Google Gemini & OpenAI ChatGPT.
  • 📝 Advanced Editor: Native Markdown, integrated screenshots, and predefined templates.
  • 📄 Multiple Export Formats: PDF, Markdown, and JSON.
  • 🛡️ Privacy and Security: 100% local, no external servers or tracking.

🔗 Source Code

The complete source code, documentation, and contribution guide are available on our GitHub repository.

View on GitHub



🐳 Ejecutar con Docker (Español)

Esta es la forma recomendada de ejecutar la aplicación de forma rápida y aislada.

Prerrequisitos
  • Docker Desktop instalado y en ejecución.
Pasos
  1. Descargar la imagen desde Docker Hub:

    docker pull ilanamin/ctf-writeup-builder:1.0
    
  2. Ejecutar el contenedor:

    docker run -d -p 3000:3000 --name ctf-app ilanamin/ctf-writeup-builder:1.0
    
  3. Abrir la aplicación: Navega a http://localhost:3000 en tu navegador web.

✨ Características Principales

  • 🤖 Generación Inteligente con IA: Integración con Google Gemini y OpenAI ChatGPT.
  • 📝 Editor Avanzado: Markdown nativo, capturas de pantalla integradas y plantillas predefinidas.
  • 📄 Múltiples Formatos de Exportación: PDF, Markdown y JSON.
  • 🛡️ Privacidad y Seguridad: 100% local, sin servidores externos ni rastreo.

🔗 Código Fuente

El código fuente completo, la documentación y la guía de contribución están disponibles en nuestro repositorio de GitHub.

Ver en GitHub

Tag summary

Content type

Image

Digest

sha256:fdf6263e9

Size

498.9 MB

Last updated

about 1 year ago

docker pull ilanamin/ctf-writeup-builder:1.0