{"id":13580313,"url":"https://github.com/mpepping/docker-cyberchef","last_synced_at":"2025-10-09T10:32:13.643Z","repository":{"id":13832515,"uuid":"75075305","full_name":"mpepping/docker-cyberchef","owner":"mpepping","description":"GCHQ CyberChef in a container","archived":false,"fork":false,"pushed_at":"2024-06-19T09:29:31.000Z","size":58,"stargazers_count":143,"open_issues_count":0,"forks_count":31,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-05T19:42:33.747Z","etag":null,"topics":["container","cyberchef","docker","docker-image","gchq","gchq-cyberchef"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mpepping.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2016-11-29T11:33:49.000Z","updated_at":"2024-10-29T22:32:13.000Z","dependencies_parsed_at":"2023-11-21T06:23:23.286Z","dependency_job_id":"42252963-72b6-4a21-bfa6-86c794e05c41","html_url":"https://github.com/mpepping/docker-cyberchef","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpepping%2Fdocker-cyberchef","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpepping%2Fdocker-cyberchef/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpepping%2Fdocker-cyberchef/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpepping%2Fdocker-cyberchef/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpepping","download_url":"https://codeload.github.com/mpepping/docker-cyberchef/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235813352,"owners_count":19048986,"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":["container","cyberchef","docker","docker-image","gchq","gchq-cyberchef"],"created_at":"2024-08-01T15:01:49.746Z","updated_at":"2025-10-09T10:32:13.638Z","avatar_url":"https://github.com/mpepping.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# docker-cyberchef\n\n[![Docker Pulls](https://badgen.net/docker/pulls/mpepping/cyberchef?icon=docker\u0026label=pulls)](https://hub.docker.com/r/mpepping/cyberchef/)\n[![Docker Stars](https://badgen.net/docker/stars/mpepping/cyberchef?icon=docker\u0026label=stars)](https://hub.docker.com/r/mpepping/cyberchef/)\n[![Docker Image Size](https://badgen.net/docker/size/mpepping/cyberchef?icon=docker\u0026label=image%20size)](https://hub.docker.com/r/mpepping/cyberchef/)\n![Github stars](https://badgen.net/github/stars/mpepping/docker-cyberchef?icon=github\u0026label=stars)\n![Github forks](https://badgen.net/github/forks/mpepping/docker-cyberchef?icon=github\u0026label=forks)\n![Github issues](https://img.shields.io/github/issues/mpepping/docker-cyberchef)\n![Github last-commit](https://img.shields.io/github/last-commit/mpepping/docker-cyberchef)\n[![Build status](https://github.com/mpepping/docker-cyberchef/actions/workflows/ci.yml/badge.svg)](https://github.com/mpepping/docker-cyberchef/actions/workflows/ci.yml)\n\nGCHQ [CyberChef](https://github.com/gchq/CyberChef/) in a container. CyberChef is *the* **Cyber Swiss Army Knife** web app for encryption, encoding, compression and data analysis.\n\nNew container-images for both the [CyberChef master branch](https://github.com/gchq/CyberChef) as well as new [CyberChef releases](https://github.com/gchq/CyberChef/releases) are build on a daily base. See [https://hub.docker.com/r/mpepping/cyberchef/](https://hub.docker.com/r/mpepping/cyberchef/).\n\n\u003e ℹ️ **Note:** the ghcq/CyberChef project now provides an official docker image. See [https://github.com/gchq/CyberChef/](https://github.com/gchq/CyberChef/?tab=readme-ov-file#containers). This repository here is still maintained for the daily builds and the latest version tags, as the `mpepping/cyberchef` container images still have significant pull numbers.\n\n## Run\n\n### Run with Docker Run\n\n```bash\ndocker run -d -p 8000:8000 mpepping/cyberchef\n```\n\nA listing of all available version tags can be found on the [Docker Hub](https://hub.docker.com/r/mpepping/cyberchef/tags) page.\n\n### Run with Docker Compose\n\nTo run CyberChef using the docker-compose, you can use the following docker-compose.yaml file\n\n```yaml\nversion: \"3\"\n\nservices:\n  cyber-chef:\n    image: mpepping/cyberchef:latest\n    ports:\n      - \"8000:8000\"\n```\n\n## Refs\n\n* [https://github.com/mpepping/docker-cyberchef/](https://github.com/mpepping/docker-cyberchef/)\n* [https://hub.docker.com/r/mpepping/cyberchef/](https://hub.docker.com/r/mpepping/cyberchef/)\n* [https://github.com/gchq/CyberChef/](https://github.com/gchq/CyberChef/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpepping%2Fdocker-cyberchef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpepping%2Fdocker-cyberchef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpepping%2Fdocker-cyberchef/lists"}