{"id":16606974,"url":"https://github.com/k4yt3x/burpsuite","last_synced_at":"2025-10-29T16:30:21.101Z","repository":{"id":39365495,"uuid":"461300668","full_name":"k4yt3x/burpsuite","owner":"k4yt3x","description":"Make Burp Suite run in containers and even minikube","archived":false,"fork":false,"pushed_at":"2022-02-20T09:43:21.000Z","size":4,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T02:41:14.303Z","etag":null,"topics":["burpsuite","containers","docker","kubernetes","minikube","podman"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/k4yt3x.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}},"created_at":"2022-02-19T20:05:15.000Z","updated_at":"2024-08-12T20:20:51.000Z","dependencies_parsed_at":"2022-09-09T21:50:36.404Z","dependency_job_id":null,"html_url":"https://github.com/k4yt3x/burpsuite","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4yt3x%2Fburpsuite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4yt3x%2Fburpsuite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4yt3x%2Fburpsuite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4yt3x%2Fburpsuite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k4yt3x","download_url":"https://codeload.github.com/k4yt3x/burpsuite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238848280,"owners_count":19540856,"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":["burpsuite","containers","docker","kubernetes","minikube","podman"],"created_at":"2024-10-12T01:11:03.772Z","updated_at":"2025-10-29T16:30:15.723Z","avatar_url":"https://github.com/k4yt3x.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Burp Suite Community Container Image\n\nThis repo contains the Dockerfile and the GitHub Actions workflow to build a simple container image for Burp Suite (Community).\n\n## Running in Docker/Podman\n\nRequires:\n\n- Linux\n- X11\n- OCI runtime (e.g., Docker, Podman)\n\n```shell\nsudo podman run \\\n    -d --rm \\\n    --name burpsuite \\\n    -e DISPLAY \\\n    -v /tmp/.X11-unix/:/tmp/.X11-unix/ \\\n    -p 8080:8080 \\\n    ghcr.io/k4yt3x/burpsuite:2022.1.1\n```\n\n## Running in Minikube\n\nRequires:\n\n- Linux\n- X11\n- OCI runtime (e.g., Docker, Podman)\n- minikube\n- kubectl\n\nFirst start the minikube cluster with X11 mounted into minikube and apply the resource.\n\n```shell\nminikube start --mount --mount-string=\"/tmp/.X11-unix:/tmp/.X11-unix\"\nkubectl apply -k base\n```\n\nThen get the service's URL. Use this URL as the HTTP proxy address in the host's browser.\n\n```shell\nminikube service burpsuite --url\n```\n\n## Building Container\n\nThe container is automatically built and pushed to GHCR with this repository's Github Actions workflow. Use the following command to build the image manually:\n\n```shell\nsudo podman build \\\n    --build-arg VERSION=2022.1.1 \\\n    -t ghcr.io/k4yt3x/burpsuite:2022.1.1 \\\n    -f Dockerfile\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk4yt3x%2Fburpsuite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk4yt3x%2Fburpsuite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk4yt3x%2Fburpsuite/lists"}