{"id":23419453,"url":"https://github.com/bannsec/autopsy_docker","last_synced_at":"2025-06-16T13:10:41.912Z","repository":{"id":52940187,"uuid":"181378874","full_name":"bannsec/autopsy_docker","owner":"bannsec","description":"Docker build for autopsy","archived":false,"fork":false,"pushed_at":"2021-04-13T02:06:39.000Z","size":14,"stargazers_count":21,"open_issues_count":2,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T09:11:50.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/bannsec.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}},"created_at":"2019-04-14T22:59:52.000Z","updated_at":"2024-11-06T18:52:53.000Z","dependencies_parsed_at":"2022-08-26T19:22:01.362Z","dependency_job_id":null,"html_url":"https://github.com/bannsec/autopsy_docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bannsec/autopsy_docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannsec%2Fautopsy_docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannsec%2Fautopsy_docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannsec%2Fautopsy_docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannsec%2Fautopsy_docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bannsec","download_url":"https://codeload.github.com/bannsec/autopsy_docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bannsec%2Fautopsy_docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260166308,"owners_count":22968635,"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":[],"created_at":"2024-12-23T01:18:01.462Z","updated_at":"2025-06-16T13:10:41.889Z","avatar_url":"https://github.com/bannsec.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Autopsy\n\nDockerfile for building a __working__ version of Autopsy for Linux.\nUnfotunately, their guidance for installing sucks and misses a lot of problems.\nThis dockerfile successfully builds and runs as of writing.\n\n## Run\nNote: The `xhost +` command is in the documentation for convienience. It is a security risk (https://laurentschneider.com/wordpress/2007/03/xhost-is-a-huge-security-hole.html). If you have concerns about your X security, please using xauth instead.\n\n## Using Docker\n\n[source](https://github.com/bannsec/autopsy_docker/issues/1)\n\n```\n$ xhost +\n$ docker run \\\n            -d \\\n            -it \\\n            --shm-size 2G \\\n            -v /tmp/.X11-unix:/tmp/.X11-unix \\\n            -v $(pwd)/case/:/root/case \\\n            -e DISPLAY=$DISPLAY \\\n            -e JAVA_TOOL_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel' \\\n            --network host \\\n            --device /dev/dri \\\n            bannsec/autopsy\n```\n\n## Using Docker Compose\n\nJust run:\n\n```\n$ xhost + \u0026\u0026 docker-compose up -d\n```\n\n## Loading an image file for a case\n\nThe volume mounted in the local folder `./case/` should be used to share disk\nimages and cases files, so put here your evidence and load it in the Autopsy\nwizard.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbannsec%2Fautopsy_docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbannsec%2Fautopsy_docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbannsec%2Fautopsy_docker/lists"}