{"id":13580724,"url":"https://github.com/mablanco/docker-osmedeus","last_synced_at":"2026-06-02T12:30:44.070Z","repository":{"id":37699722,"uuid":"184560697","full_name":"mablanco/docker-osmedeus","owner":"mablanco","description":"Docker image for Osmedeus, a fully automated offensive security tool for reconnaissance and vulnerability scanning","archived":false,"fork":false,"pushed_at":"2026-04-24T17:43:00.000Z","size":84,"stargazers_count":103,"open_issues_count":0,"forks_count":23,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-04-30T00:38:35.477Z","etag":null,"topics":["docker","pentesting","security"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mablanco.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-05-02T10:20:23.000Z","updated_at":"2026-04-24T17:40:56.000Z","dependencies_parsed_at":"2023-12-06T23:29:39.492Z","dependency_job_id":"a3e9aa97-c641-4e57-98da-aaa3a5fa5a0b","html_url":"https://github.com/mablanco/docker-osmedeus","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/mablanco/docker-osmedeus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-osmedeus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-osmedeus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-osmedeus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-osmedeus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mablanco","download_url":"https://codeload.github.com/mablanco/docker-osmedeus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mablanco%2Fdocker-osmedeus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33822812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","pentesting","security"],"created_at":"2024-08-01T15:01:54.538Z","updated_at":"2026-06-02T12:30:44.065Z","avatar_url":"https://github.com/mablanco.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# docker-osmedeus v5\n\n## Description\n\nDocker image for Osmedeus, a fully automated offensive security tool for reconnaissance and vulnerability scanning (\u003chttps://github.com/j3ssie/Osmedeus\u003e). This image is built upon Kali Linux rolling image.\n\n## How to use this image\n\nThe image launches Osmedeus without any arguments by default, so you have to craft your own Osmedeus command to customise its execution. Feel free to have a look at the inline help and the official documentation for basic and advanced usage examples.\n\nThis will show the inline help:\n\n```bash\ndocker run -it --rm mablanco/osmedeus\n```\n\nYou can also get all usage examples:\n\n```bash\ndocker run -it --rm mablanco/osmedeus osmedeus --usage-example\n```\n\nThis will start a fast analysis of domain `example.com` with logs on the console, deleting the container after finishing:\n\n```bash\ndocker run -it --rm mablanco/osmedeus osmedeus run -f fast -t example.com\n```\n\nIn case you want to add persistance to your Osmedeus analysis, create the required volumes and mount them appropiately:\n\n```bash\ndocker volume create osmedeus_base\ndocker volume create osmedeus_workspaces\ndocker run -it --rm -v osmedeus_base:/home/osmedeus/osmedeus-base -v osmedeus_workspaces:/home/osmedeus/workspaces-osmedeus mablanco/osmedeus osmedeus run -t example.com\n```\n\n## Web UI\n\nYou can start the Web UI, as a daemonized process, with the following command:\n\n```bash\ndocker run -d --name osmedeus-server -p 8002:8002 mablanco/osmedeus osmedeus server\n```\n\nNow the Web UI is accesible at `http://127.0.0.1:8002/`. You can access an already existing volume containing Osmedeus workspaces adding the volume parameters described above.\n\nThe credentials to access the Web UI can be obtained executing these commands while the serve is running:\n\n```bash\ndocker exec -it osmedeus-server osmedeus config view server.username\ndocker exec -it osmedeus-server osmedeus config view server.password\n\n```\n\n## Building the image\n\nUse the following command to build the image with the `latest` tag:\n\n```bash\ndocker build -t mablanco/osmedeus --progress=plain .\n```\n\nIn case you want to tag the image with a custom version, use this command:\n\n```bash\ndocker build -t mablanco/osmedeus:\u003cversion\u003e --progress=plain .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmablanco%2Fdocker-osmedeus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmablanco%2Fdocker-osmedeus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmablanco%2Fdocker-osmedeus/lists"}