{"id":22422052,"url":"https://github.com/tamcore/cyberchef","last_synced_at":"2026-02-12T14:20:03.517Z","repository":{"id":38187731,"uuid":"482742708","full_name":"tamcore/cyberchef","owner":"tamcore","description":"Simple Container Image of GCHQ's CyberChef","archived":false,"fork":false,"pushed_at":"2026-02-06T18:26:45.000Z","size":197,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-07T03:50:22.507Z","etag":null,"topics":["container","container-image","cyberchef","docker","helm","helm-chart","kubernetes","kubernetes-deployment"],"latest_commit_sha":null,"homepage":"","language":"Go Template","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/tamcore.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-18T06:40:36.000Z","updated_at":"2026-02-06T18:25:09.000Z","dependencies_parsed_at":"2024-02-23T13:29:08.018Z","dependency_job_id":"384acfb9-827e-4991-a04a-a1c362ec258d","html_url":"https://github.com/tamcore/cyberchef","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/tamcore/cyberchef","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamcore%2Fcyberchef","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamcore%2Fcyberchef/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamcore%2Fcyberchef/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamcore%2Fcyberchef/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tamcore","download_url":"https://codeload.github.com/tamcore/cyberchef/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tamcore%2Fcyberchef/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29368279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","container-image","cyberchef","docker","helm","helm-chart","kubernetes","kubernetes-deployment"],"created_at":"2024-12-05T17:11:16.966Z","updated_at":"2026-02-12T14:20:03.480Z","avatar_url":"https://github.com/tamcore.png","language":"Go Template","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Container Image for Cyberchef\n\nThis is nothing special. Just a minimal container image for [Cyberchef](https://github.com/gchq/CyberChef).\n\n## Usage\n### Install in Kubernetes\nThis assumes, that your ingress class is called *nginx* and your cert-manager ClusterIssuer for SSL certificates is called *letsencrypt-prod*.\n\nAdditionally, you should change mydomain.tld to something you own.\n```\nhelm repo add cyberchef https://tamcore.github.io/cyberchef\n\ncat \u003c\u003cEOF | helm install cyberchef cyberchef/cyberchef --values -\ningress:\n  enabled: true\n  annotations:\n    kubernetes.io/ingress.class: nginx\n    cert-manager.io/cluster-issuer: letsencrypt-prod\n  hosts:\n    - host: cyberchef.mydomain.tld\n      paths:\n        - path: /\n          pathType: ImplementationSpecific\n  tls:\n    - secretName: cyberchef-tls\n      hosts:\n        - cyberchef.mydomain.tld\nEOF\n```\n\n### Deploy via docker-compose\nThis will bind to port 8080 on your machine and will make Cyberchef accessible via HTTP that way.\n```\nversion: \"3\"\n\nservices:\n  cyberchef:\n    container_name: cyberchef\n    hostname: cyberchef\n    image: ghcr.io/tamcore/cyberchef:latest\n    restart: unless-stopped\n    ports:\n      - \"8080:8080/tcp\"\n```\n\n### Run via docker\nThis will bind to port 8080 on your machine and will make Cyberchef accessible via HTTP that way.\n```\ndocker run --rm -it -p 8080:8080 ghcr.io/tamcore/cyberchef:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamcore%2Fcyberchef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftamcore%2Fcyberchef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftamcore%2Fcyberchef/lists"}