{"id":28252659,"url":"https://github.com/iptoux/wd2ntlm","last_synced_at":"2025-07-02T09:05:04.685Z","repository":{"id":213435905,"uuid":"734105059","full_name":"iptoux/wd2ntlm","owner":"iptoux","description":"Wordlist 2 NTLM hashes, converting wordlists like rockyou, into list with ntlm hashes.","archived":false,"fork":false,"pushed_at":"2024-02-09T19:23:49.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-19T16:16:23.079Z","etag":null,"topics":["converter","hash","ntlm","python"],"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/iptoux.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}},"created_at":"2023-12-20T22:05:23.000Z","updated_at":"2023-12-21T08:56:00.000Z","dependencies_parsed_at":"2024-01-05T23:29:45.389Z","dependency_job_id":"da6bb9d8-fc27-444b-9142-a97ac64d8370","html_url":"https://github.com/iptoux/wd2ntlm","commit_stats":null,"previous_names":["iptoux/wd2ntlm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/iptoux/wd2ntlm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iptoux%2Fwd2ntlm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iptoux%2Fwd2ntlm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iptoux%2Fwd2ntlm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iptoux%2Fwd2ntlm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iptoux","download_url":"https://codeload.github.com/iptoux/wd2ntlm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iptoux%2Fwd2ntlm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263108810,"owners_count":23415005,"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":["converter","hash","ntlm","python"],"created_at":"2025-05-19T16:16:20.361Z","updated_at":"2025-07-02T09:05:04.674Z","avatar_url":"https://github.com/iptoux.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wd2ntlm\n\nWordlist 2 'NTLM' hashes.\n\n## How does it work?\n\nConvert a file with words like rockyou.txt to a sqlite3/json/csv/xlsx database with words and corresponding ntlm hash.\n\nSQLite3 is the default because it's used as a backend to store passwords on error/abort. You can select other formats on the command line by selecting with argument. It checks for dupes (shows dupes on debug output) to minimize overhead.\n\n```bash\nOutput Options:\n  --csv                 output file should be in csv fromat.\n  --json                output file should be in JSON fromat.\n  --xlsx                output file should be in Excel fromat.\n```\n\nThere are also some extra features like **define how many threads** should be used, or **debug** output.\n\n## Usage\n\n```bash\nusage: wd2ntlm [-h] [-d] -f FILE -o FILE [--csv] [--json] [--xlsx] [-t N] [-v]\n\noptions:\n  -h, --help            show this help message and exit\n\nGeneral Options:\n  -f FILE, --file FILE  the file to read and convert\n  -o FILE, --out FILE   the output file to write hashes\n  -t N, --threads N     how many threads should be used?\n  -v, --version         show program's version number and exit\n\nNerd Options:\n  -d, --debug           enable debug output\n```\n\n## Clone/Install\n\nThere is only one package needed, just clone repo and setup requirements.txt\n\n```bash\ngit clone https://github.com/iptoux/wd2ntlm.git\ncd wd2ntlm\npip install -r requirements.txt\nchmod +x src/wd2ntlm.py\n./wd2ntlm.py\n```\n\n## WARNING\n\nIt hasn't been tested with a large file like rockyou.txt (xxGB), testing and working with up to 200 words without problems.\n\n### ToDo\n\n+ cleanUp\n+ refactor","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiptoux%2Fwd2ntlm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiptoux%2Fwd2ntlm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiptoux%2Fwd2ntlm/lists"}