{"id":23169927,"url":"https://github.com/irgoncalves/jwtbf","last_synced_at":"2025-08-18T07:31:10.263Z","repository":{"id":140221552,"uuid":"73729134","full_name":"irgoncalves/jwtbf","owner":"irgoncalves","description":"Simple script to brute force JWT token signature","archived":false,"fork":false,"pushed_at":"2020-07-05T21:33:03.000Z","size":4,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-05T23:25:39.653Z","etag":null,"topics":["brute-force","jwt"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/irgoncalves.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-11-14T17:19:37.000Z","updated_at":"2023-08-18T01:49:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"22ab1f16-f3a4-464f-90c2-a9b149bae22e","html_url":"https://github.com/irgoncalves/jwtbf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/irgoncalves/jwtbf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgoncalves%2Fjwtbf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgoncalves%2Fjwtbf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgoncalves%2Fjwtbf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgoncalves%2Fjwtbf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irgoncalves","download_url":"https://codeload.github.com/irgoncalves/jwtbf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irgoncalves%2Fjwtbf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270961456,"owners_count":24675914,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","jwt"],"created_at":"2024-12-18T03:25:14.245Z","updated_at":"2025-08-18T07:31:10.250Z","avatar_url":"https://github.com/irgoncalves.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jwtbf.py - Simple script to brute force JWT token signature using a wordlist\n\nFor JWT info, refer to https://jwt.io/introduction/\n\n# Requirements\n\nThis script requires PyJWT Package \nRefer to this link for proper documentation/installation https://pypi.python.org/pypi/PyJWT\n\n# Usage\n\nFor usage, supplies when asked JWT token then the target wordlist\n```\nuser@host:~/jwtbf# python jwtbf.py\nEnter JWT token:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQ\nEnter wordlist name:wordlist.txt\nFailed to verify token signature with the following key: test\nFailed to verify token signature with the following key: test2\nSuccess. Token decoded with the following key:secret\n{u'admin': True, u'sub': u'1234567890', u'name': u'John Doe'}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firgoncalves%2Fjwtbf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firgoncalves%2Fjwtbf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firgoncalves%2Fjwtbf/lists"}