{"id":15711997,"url":"https://github.com/xvezda/python-maskprocessor","last_synced_at":"2025-05-12T21:53:00.389Z","repository":{"id":57439870,"uuid":"248881637","full_name":"Xvezda/python-maskprocessor","owner":"Xvezda","description":":japanese_goblin: Python maskprocessor implementation which inspired by hashcat maskprocessor","archived":false,"fork":false,"pushed_at":"2020-06-22T22:26:52.000Z","size":29,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-12T05:05:18.833Z","etag":null,"topics":["brute-force-attacks","cracking-hash","hashcat-masks","maskprocessor","python-library","python2","python3"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/maskprocessor/","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/Xvezda.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}},"created_at":"2020-03-21T00:57:28.000Z","updated_at":"2023-02-01T22:07:05.000Z","dependencies_parsed_at":"2022-09-26T17:20:45.342Z","dependency_job_id":null,"html_url":"https://github.com/Xvezda/python-maskprocessor","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fpython-maskprocessor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fpython-maskprocessor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fpython-maskprocessor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Xvezda%2Fpython-maskprocessor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Xvezda","download_url":"https://codeload.github.com/Xvezda/python-maskprocessor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253830792,"owners_count":21970999,"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-attacks","cracking-hash","hashcat-masks","maskprocessor","python-library","python2","python3"],"created_at":"2024-10-03T21:14:29.974Z","updated_at":"2025-05-12T21:53:00.359Z","avatar_url":"https://github.com/Xvezda.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Python MaskProcessor\n====================\n[![Python Version](https://img.shields.io/pypi/pyversions/maskprocessor)](https://pypi.org/project/maskprocessor)\n[![Version](https://img.shields.io/pypi/v/maskprocessor)](https://pypi.org/project/maskprocessor)\n[![License](https://img.shields.io/pypi/l/maskprocessor)](LICENSE)\n\nPython maskprocessor implementation which inspired by [hashcat maskprocessor](https://github.com/hashcat/maskprocessor)\n\n\nInstallation\n------------\n```sh\npip install maskprocessor\n```\n\nUsage\n-----\n\nPrint help\n```sh\nmaskprocessor --help  # or -h\n```\n\nVia command line\n```sh\n$ maskprocessor '?d'\n0\n1\n2\n3\n4\n5\n6\n7\n8\n9\n```\n\nImport as python module\n\n```python\n\u003e\u003e\u003e from maskprocessor import maskprocessor as maskproc\n\u003e\u003e\u003e g = maskproc('?l')\n\u003e\u003e\u003e print(next(g))\na\n\u003e\u003e\u003e print(next(g))\nb\n```\n\n\nLicense\n-------\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxvezda%2Fpython-maskprocessor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxvezda%2Fpython-maskprocessor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxvezda%2Fpython-maskprocessor/lists"}