{"id":15844816,"url":"https://github.com/thetechromancer/pymangler","last_synced_at":"2025-10-11T15:18:20.081Z","repository":{"id":169790030,"uuid":"109070039","full_name":"TheTechromancer/PyMangler","owner":"TheTechromancer","description":"A wordlist mangler that can analyze existing lists and generate large quantities of passwords based on patterns found therein.  A fairly methodical approach to password cracking, to be used after traditional methods have failed.","archived":false,"fork":false,"pushed_at":"2018-01-21T01:16:04.000Z","size":68,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T11:34:36.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/TheTechromancer.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":"2017-11-01T01:13:01.000Z","updated_at":"2023-01-10T03:18:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"91a26869-f0e7-49c3-b746-7b6ea0aee9e9","html_url":"https://github.com/TheTechromancer/PyMangler","commit_stats":null,"previous_names":["thetechromancer/pymangler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheTechromancer%2FPyMangler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheTechromancer%2FPyMangler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheTechromancer%2FPyMangler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheTechromancer%2FPyMangler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheTechromancer","download_url":"https://codeload.github.com/TheTechromancer/PyMangler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246682764,"owners_count":20817127,"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-05T17:40:56.431Z","updated_at":"2025-10-11T15:18:15.030Z","avatar_url":"https://github.com/TheTechromancer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyMangler\n\n## NOTE: PasswordStretcher is the successor to this, and will probably work better.\n\n###\nA wordlist mangler which has the ability to analyze existing lists and generate large quantities of passwords based on patterns found therein.  A fairly methodical approach to password cracking, to be used after traditional methods have failed.\n\n\u003cbr\u003e\n\n##\nHow it works:\n\n\u003col\u003e\n\t\u003cli\u003eAnalyzes wordlist (using liststat.py) to determine patterns such as:\u003c/li\u003e\n\t\u003cul\u003e\n\t\t\u003cli\u003ecommon simple masks (word-digit, word-special, etc.)\u003c/li\u003e\n\t\t\u003cli\u003ecommon numbers and special characters\u003c/li\u003e\n\t\t\u003cli\u003ecommonly used words (e.g. P@ssw0rd)\u003c/li\u003e\n\t\u003c/ul\u003e\n\t\u003cli\u003eCalculates total keyspace\u003c/li\u003e\n\t\u003cli\u003eGenerates passwords based on learned patterns\u003c/li\u003e\n\t\u003cli\u003eGiven target crack time, adjusts accordingly by trimming less common attributes\u003c/li\u003e\n\u003c/ol\u003e\n\n\n\u003cbr\u003e\n\n#### Basic usage:\n~~~~\n# mutate each entry in wordlist with leet characters\n# common numbers \u0026 special characters are also appended / prepended\ncat wordlist | ./pymangler.py --leet\n~~~~\n\n\u003cbr\u003e\n\n#### Advanced usage:\n~~~~\n# analyze wordlist and save statistics into file\ncat rockyou.txt | ./liststat.py -s rockyou_stats\n\n# generate passwords based on the string 'evilcorp' for 36 hours\n# starts with simple mutations and becomes more complex as time goes on\necho 'evilcorp' | ./pymangler -l rockyou_stats --time 36\n~~~~\n\n\u003cbr\u003e\n\n#### Caveats:\nMemory usage is fairly high for liststat.py - it will grow to roughly 3x the size of the wordlist due to the amount of metadata stored","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthetechromancer%2Fpymangler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthetechromancer%2Fpymangler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthetechromancer%2Fpymangler/lists"}