{"id":26093083,"url":"https://github.com/matro7sh/keepass-dump-masterkey","last_synced_at":"2025-04-12T07:52:27.996Z","repository":{"id":166610712,"uuid":"642079225","full_name":"matro7sh/keepass-dump-masterkey","owner":"matro7sh","description":"Script to retrieve the master password of a keepass database \u003c= 2.53.1","archived":false,"fork":false,"pushed_at":"2024-04-08T19:17:36.000Z","size":32,"stargazers_count":99,"open_issues_count":2,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-12T07:52:21.771Z","etag":null,"topics":["keepass","masterkey"],"latest_commit_sha":null,"homepage":"","language":"Python","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/matro7sh.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}},"created_at":"2023-05-17T19:19:43.000Z","updated_at":"2025-04-04T15:21:29.000Z","dependencies_parsed_at":"2023-11-22T01:17:18.747Z","dependency_job_id":null,"html_url":"https://github.com/matro7sh/keepass-dump-masterkey","commit_stats":null,"previous_names":["cmepw/keepass-dump-masterkey","matro7sh/keepass-dump-masterkey"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matro7sh%2Fkeepass-dump-masterkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matro7sh%2Fkeepass-dump-masterkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matro7sh%2Fkeepass-dump-masterkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matro7sh%2Fkeepass-dump-masterkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matro7sh","download_url":"https://codeload.github.com/matro7sh/keepass-dump-masterkey/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537034,"owners_count":21120690,"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":["keepass","masterkey"],"created_at":"2025-03-09T11:22:18.071Z","updated_at":"2025-04-12T07:52:27.963Z","avatar_url":"https://github.com/matro7sh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# keepass-dump-masterkey\n\n## Usage\n\n`python3 poc.py \u003cPathToDmp\u003e`\n\n## Preview\n\n![](/img/preview.png)\n\nAs a reminder, the first character cannot be found in the dump, and for the second the script will only give you a few possibilities, in any case we recommend you to run the bruteforce on 2 chars with the script below \n\n```bash\n#!/bin/sh\n# Usage: ./keepass-pwn.sh Database.kdbx wordlist.txt (wordlist with 2 char)\nwhile read i\ndo\n    echo \"Using password: \\\"$i\\\"\"\n    echo \"$i\" | kpcli --kdb=$1 \u0026\u0026 exit 0\ndone \u003c $2\n\n```\n\n\n\u003eThis script works very well in the case of a physical machine, for virtual machines it does not seem stable\n\nBtw : the python script present in this project follows the reading of the following project: https://github.com/vdohney/keepass-password-dumper\n\nWritten by https://github.com/LeDocteurDesBits","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatro7sh%2Fkeepass-dump-masterkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatro7sh%2Fkeepass-dump-masterkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatro7sh%2Fkeepass-dump-masterkey/lists"}