{"id":28664964,"url":"https://github.com/apogiatzis/powsolver","last_synced_at":"2025-08-30T18:11:14.221Z","repository":{"id":50164899,"uuid":"277225771","full_name":"apogiatzis/powsolver","owner":"apogiatzis","description":"A proof of work puzzle solver for CTF challenges","archived":false,"fork":false,"pushed_at":"2022-12-26T21:33:18.000Z","size":117,"stargazers_count":3,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-26T13:53:56.289Z","etag":null,"topics":["challenge","crypto","cryptography","ctf","hashing","pow","proofofwork","python","solver"],"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/apogiatzis.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-07-05T03:43:05.000Z","updated_at":"2024-06-17T20:17:53.000Z","dependencies_parsed_at":"2023-01-31T01:45:17.811Z","dependency_job_id":null,"html_url":"https://github.com/apogiatzis/powsolver","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/apogiatzis/powsolver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apogiatzis%2Fpowsolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apogiatzis%2Fpowsolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apogiatzis%2Fpowsolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apogiatzis%2Fpowsolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apogiatzis","download_url":"https://codeload.github.com/apogiatzis/powsolver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apogiatzis%2Fpowsolver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259651072,"owners_count":22890390,"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":["challenge","crypto","cryptography","ctf","hashing","pow","proofofwork","python","solver"],"created_at":"2025-06-13T13:11:48.806Z","updated_at":"2025-06-13T13:11:53.563Z","avatar_url":"https://github.com/apogiatzis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PoWSolver (WIP)\n\n[![PyPI version](https://badge.fury.io/py/powsolver.svg)](https://badge.fury.io/py/powsolver)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n\n\nA proof of work puzzle solver mainly for CTF challenges and whatnot.\n\n\n## Getting Started\n\nYou can get started using `powsolver` by installing it through pip.\n\n```\npip install powsolver\n```\n\n## Usage\n\nThe main component of the powsolver package is the `PoWSolver` class which encapsulates the main functionality.\n\nHere is a basic usage example of the powsolver:\n\n```python\nfrom powsovler import PoWSolver\n\nsolver = PoWSolver()\nsolver.parse(\n    \"Please submit a printable string X, such that {alg}(X)[{start:d}:] = {target} and len(X) = {len}\",\n    \"Please submit a printable string X, such that sha256(X)[-6:] = 86d113 and len(X) = 11\"\n)\nsol = solver.sol()\n```\n\nExampled of more elaborated usage can be found in the [examples](./examples/)  folder.\n\n## Running the tests\n\n### :TODO:\n\n## Contributing\n\nAny PRs are welcome!\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/apogiatzis/powsolver/tags). \n\n## Authors\n\n* **Antreas Pogiatzis** - *Initial work* \n\nSee also the list of [contributors](https://github.com/apogiatzis/powsolver/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapogiatzis%2Fpowsolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapogiatzis%2Fpowsolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapogiatzis%2Fpowsolver/lists"}