{"id":15374439,"url":"https://github.com/ivan-sincek/wordlist-extender","last_synced_at":"2025-04-15T15:11:21.224Z","repository":{"id":64806062,"uuid":"303839493","full_name":"ivan-sincek/wordlist-extender","owner":"ivan-sincek","description":"Extend wordlist by appending digits and special characters to each word.","archived":false,"fork":false,"pushed_at":"2023-04-26T16:14:51.000Z","size":4,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T21:42:00.529Z","etag":null,"topics":["brute-force","bug-bounty","cracking","dictionary-attack","ethical-hacking","fuzzing","offensive-security","penetration-testing","python","red-team-engagement","security","wordlist","wordlist-extender","wordlist-generator"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivan-sincek.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}},"created_at":"2020-10-13T22:06:27.000Z","updated_at":"2024-11-17T23:34:59.000Z","dependencies_parsed_at":"2024-10-16T14:01:05.682Z","dependency_job_id":"971e3731-6a53-4aba-81bd-f66300379c9c","html_url":"https://github.com/ivan-sincek/wordlist-extender","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"106094d69a050fc03e754bf55665acff753f2dc3"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-sincek%2Fwordlist-extender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-sincek%2Fwordlist-extender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-sincek%2Fwordlist-extender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-sincek%2Fwordlist-extender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivan-sincek","download_url":"https://codeload.github.com/ivan-sincek/wordlist-extender/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249094932,"owners_count":21211837,"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":["brute-force","bug-bounty","cracking","dictionary-attack","ethical-hacking","fuzzing","offensive-security","penetration-testing","python","red-team-engagement","security","wordlist","wordlist-extender","wordlist-generator"],"created_at":"2024-10-01T13:58:47.867Z","updated_at":"2025-04-15T15:11:21.192Z","avatar_url":"https://github.com/ivan-sincek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wordlist Extender\n\nExtend wordlist by appending digits and special characters to each word.\n\nCheck an already existing wordlist [here](https://github.com/ivan-sincek/wordlist-extender/blob/main/dict/wordlist.txt) and the extended wordlist [here](https://github.com/ivan-sincek/wordlist-extender/blob/main/dict/extended_wordlist_capitalize_d3_c1_min8.txt).\n\n**Please be careful not to crash your PC by using a too large wordlist or extending too far.**\n\nFeel free to tweak this tool to your liking.\n\nTested on Kali Linux v2023.1 (64-bit).\n\nMade for educational purposes. I hope it will help!\n\n## How to Run\n\nOpen your preferred console from [/src/](https://github.com/ivan-sincek/wordlist-extender/tree/main/src) and run the commands shown below.\n\nRun the script:\n\n```fundamental\npython3 wordlist_extender.py\n```\n\nIf a strong password policy is enforced, passwords usually start with one capitalized word followed by a few digits and one special character at the end (e.g. Password123!).\n\nWhat I use most of the time:\n\n```fundamental\npython3 wordlist_extender.py -w wordlist.txt -t capitalize -d 3 -c 1 -min 8\n```\n\n## Runtime\n\n```fundamental\n┌──(root💀kali)-[~/Desktop]\n└─# python3 wordlist_extender.py -w wordlist.txt -t capitalize -d 3 -c 1 -min 8\n############################################################################\n#                                                                          #\n#                          Wordlist Extender v4.0                          #\n#                                       by Ivan Sincek                     #\n#                                                                          #\n# Extend wordlist by appending digits and special characters to each word. #\n# GitHub repository at github.com/ivan-sincek/wordlist-extender.           #\n#                                                                          #\n############################################################################\n[?] Reading 'wordlist.txt' and preparing words...\n[+] Total start words: 1\n[?] Transforming the words...\n[?] Extending the words...\n[?] Removing the short/long words...\n[+] Total end words: 18000\n[?] Writing the extended wordlist to a file...\n[+] Extended wordlist has been saved to 'extended_wordlist_capitalize_d3_c1_min8.txt'\n```\n\n## Usage\n\n```fundamental\nWordlist Extender v4.0 ( github.com/ivan-sincek/wordlist-extender )\n\nUsage:   python3 wordlist_extender.py -w wordlist     [-t transform ] [-d digits] [-c characters] [-min minimum]\nExample: python3 wordlist_extender.py -w wordlist.txt [-t capitalize] [-d 3     ] [-c 1         ] [-min 8      ]\n\nDESCRIPTION\n    Extend wordlist by appending digits and special characters to each word\n    Special characters come after digits\n    Example: password -\u003e Password123!\nWORDLIST\n    Wordlist to extend\n    Spacing will be stripped, empty lines ignored, and duplicates removed\n    -w \u003cwordlist\u003e - wordlist.txt | etc.\nTRANSFORM\n    Transform words\n    -t \u003ctransform\u003e - capitalize | lowercase | uppercase | all\nDIGITS\n    Number of digits to append\n    -digits \u003cdigits\u003e - 1 | 2 | 3 | etc.\nCHARACTERS\n    Number of special characters to append\n    -c \u003ccharacters\u003e - 1 | 2 | 3 | etc.\nMINIMUM\n    Minimum length of extended words\n    -min \u003cminimum\u003e - 8 | etc.\nMAXIMUM\n    Maximum length of extended words\n    -max \u003cmaximum\u003e - 8 | etc.\nSORT\n    Sort the extended wordlist by word length\n    -s \u003csort\u003e - asc | desc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan-sincek%2Fwordlist-extender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivan-sincek%2Fwordlist-extender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan-sincek%2Fwordlist-extender/lists"}