{"id":27306268,"url":"https://github.com/michaelwjohnson/web-security-ctf","last_synced_at":"2026-05-03T12:39:43.330Z","repository":{"id":287306968,"uuid":"964301043","full_name":"michaelwjohnson/web-security-ctf","owner":"michaelwjohnson","description":"Web Security Capture The Flag (CTF) challenge implemented using Flask and Docker.","archived":false,"fork":false,"pushed_at":"2025-04-11T03:21:21.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T03:59:18.680Z","etag":null,"topics":["capture-the-flag","ctf","cybersecurity","cybersecurity-education","docker","flask","penetration-testing","training-environment","vulnerability-exploitation","web-security"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelwjohnson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-11T02:08:04.000Z","updated_at":"2025-04-11T03:21:25.000Z","dependencies_parsed_at":"2025-04-12T03:59:19.688Z","dependency_job_id":"27495427-ec21-4fae-bd77-c001efcf185a","html_url":"https://github.com/michaelwjohnson/web-security-ctf","commit_stats":null,"previous_names":["michaelwjohnson/web-security-ctf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/michaelwjohnson/web-security-ctf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelwjohnson%2Fweb-security-ctf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelwjohnson%2Fweb-security-ctf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelwjohnson%2Fweb-security-ctf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelwjohnson%2Fweb-security-ctf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelwjohnson","download_url":"https://codeload.github.com/michaelwjohnson/web-security-ctf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelwjohnson%2Fweb-security-ctf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263715328,"owners_count":23500242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["capture-the-flag","ctf","cybersecurity","cybersecurity-education","docker","flask","penetration-testing","training-environment","vulnerability-exploitation","web-security"],"created_at":"2025-04-12T03:59:16.584Z","updated_at":"2026-05-03T12:39:38.297Z","avatar_url":"https://github.com/michaelwjohnson.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Security CTF\n\nA web security Capture The Flag (CTF) challenge implemented using Flask and Docker. This project is designed to help users learn and practice web security concepts in a controlled environment.\n\n## Project Structure\n\n- `flaskApp.py`: Main Flask application\n- `Dockerfile`: Container configuration for the web application\n- `docker-compose.yml`: Docker Compose configuration for easy deployment\n- `requirements.txt`: Python dependencies\n- `templates/`: HTML templates for the web interface\n  - dashboard.html\n  - index.html\n  - login.html\n\n## Setup\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/michaelwjohnson/web-security-ctf.git\n   cd web-security-ctf\n   ```\n\n2. Build and run with Docker Compose:\n\n   ```bash\n   docker-compose up --build\n   ```\n\n## Alternative Deployment Method\n\nAlternatively, you can pull the pre-built Docker image from Docker Hub and run it directly.\n\n1. Pull the Docker image from Docker Hub:\n\n   ```bash\n   docker pull michaelwayne/web-security-ctf\n   ```\n\n2. Run the Docker image:\n\n   ```bash\n   docker run -p 8080:8080 michaelwayne/web-security-ctf\n   ```\n\nThis will start the CTF container and make it available on port \u003chttp://localhost:8080\u003e\n\n## Development\n\nTo run the application locally for development:\n\n1. Create a virtual environment:\n\n   ```bash\n   python -m venv venv\n   source venv/bin/activate  # On Windows: venv\\Scripts\\activate\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Run the Flask application:\n\n   ```bash\n   python flaskApp.py\n   ```\n\n## Note\n\nThis is a CTF challenge environment. Please ensure you run it in a controlled environment and do not expose it to the public internet.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelwjohnson%2Fweb-security-ctf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelwjohnson%2Fweb-security-ctf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelwjohnson%2Fweb-security-ctf/lists"}