{"id":17223830,"url":"https://github.com/bartobri/wordv","last_synced_at":"2025-07-06T08:38:47.113Z","repository":{"id":82434671,"uuid":"97058286","full_name":"bartobri/wordv","owner":"bartobri","description":"A small program to generate word variations from word lists.","archived":false,"fork":false,"pushed_at":"2023-02-24T21:01:09.000Z","size":7665,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T00:36:25.833Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/bartobri.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}},"created_at":"2017-07-12T22:50:43.000Z","updated_at":"2023-07-25T14:10:13.000Z","dependencies_parsed_at":"2023-06-15T16:30:39.960Z","dependency_job_id":null,"html_url":"https://github.com/bartobri/wordv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bartobri/wordv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartobri%2Fwordv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartobri%2Fwordv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartobri%2Fwordv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartobri%2Fwordv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bartobri","download_url":"https://codeload.github.com/bartobri/wordv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartobri%2Fwordv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260072576,"owners_count":22954914,"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-10-15T04:09:21.262Z","updated_at":"2025-06-16T00:07:05.602Z","avatar_url":"https://github.com/bartobri.png","language":"C","funding_links":["https://github.com/sponsors/bartobri"],"categories":[],"sub_categories":[],"readme":"Like this project? Consider sponsoring me: [https://github.com/sponsors/bartobri](https://github.com/sponsors/bartobri)\n\nWordV\n======\n\nWordV is a program that is meant to work in combination with password\nauditing programs like hashcat and aircrack, which take as their input a\ndictionary list of potential passwords in an attempt to crack a hashed\npassword. The intent of wordv is to provide a comprehensive and intelligent\nlist as input for these programs.\n\nThe variations that wordv produces are considered common modifications to\neveryday words when used as passwords. Some examples are:\n\n1. Uppercase the first letter of the word\n2. Add a single digit to the end of the word.\n3. Add a special character to the end of the word.\n4. Add a birthdate to the end of a word.\n5. Change certain letters to numbers in the word. (known as \"leet speak\")\n6. Combine two words together.\n7. Any combination of 2 or more of the above variations.\n\nWordV can produce over 100 million variations from a single list of\n1000 commonly used words.\n\nTable of Contents\n-----------------\n\n1. [Download and Install](#download-and-install)\n3. [Usage](#usage)\n5. [License](#license)\n\nDownload and Install\n--------------------\n\nTo install this project from source, you will need to have the tools `git`,\n`gcc`, and `make` to download and build it. Install them from your package\nmanager if they are not already installed.\n\nOnce you have the necessary tools installed, follow these instructions:\n\n```\ngit clone https://github.com/bartobri/wordv.git\ncd ./wordv\nmake\nsudo make install\n```\n\nThis will build and install `wordv` in to the /usr/local/bin directory.\n\nUninstall:\n\n```\nsudo make uninstall\n```\n\nUsage\n-----\n\nRun wordv and pipe its output to a password auditing program. Here is an\nexample with aircrack:\n\n```\nwordv | sudo aircrack-ng -w - -b 08:62:66:94:48:40 psk*.cap\n```\n\nBy default, wordv uses a list of 1000 commonly used words. To see what\nother lists are available, use the `-s` command line option:\n\n```\nwordv -s\n```\n\nTo override the default word list, use the -l option and provide the list\nname as an argument:\n\n```\nwordv -l password\n```\n\nLicense\n-------\n\nThis program is free software; you can redistribute it and/or modify it under the terms of the GNU \nGeneral Public License as published by the Free Software Foundation; either version 3 of the License,\nor (at your option) any later version.  See [LICENSE](LICENSE) for more details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartobri%2Fwordv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbartobri%2Fwordv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartobri%2Fwordv/lists"}