Back to Home
AaryaBhusal icon

aaryabhusal.github.io

by AaryaBhusal

Overview

Manages CTFd challenges by allowing users to list, view details, control Docker instances, and submit flags through a local web interface.

Installation

Run Command
python app.py

Environment Variables

  • CTFD_URL
  • CTFD_TOKEN
  • CTFD_SESSION
  • CTFD_CSRF_TOKEN

Security Notes

The provided 'SOURCE CODE' is an `index.md` file, which is documentation, not executable application code. Therefore, a comprehensive security audit of the actual server logic (e.g., handling of `CTFD_TOKEN`, `CTFD_SESSION`, input validation, API interaction security) could not be performed. The `index.md` itself does not contain `eval`, obfuscation, hardcoded secrets, or malicious patterns. However, the application described handles sensitive CTFd authentication details. Without access to the Python source code (`app.py` and related modules), it's impossible to assess potential vulnerabilities in how these credentials are stored, transmitted, or used, or if the server is susceptible to common web vulnerabilities.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2026-01-19

Tags

CTFdChallenge ManagementDockerCTFWeb Application