{"id":15374451,"url":"https://github.com/ivan-sincek/jwt-bf","last_synced_at":"2025-02-28T00:32:27.880Z","repository":{"id":107019129,"uuid":"417759359","full_name":"ivan-sincek/jwt-bf","owner":"ivan-sincek","description":"Brute force a JWT token. Script uses multithreading.","archived":true,"fork":false,"pushed_at":"2023-12-24T15:34:12.000Z","size":3,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-16T14:56:52.266Z","etag":null,"topics":["brute-force","bug-bounty","cracking","dictionary-attack","ethical-hacking","jwt","offensive-security","penetration-testing","python","red-team-engagement","security","web","web-penetration-testing"],"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":"2021-10-16T07:57:22.000Z","updated_at":"2024-11-17T22:52:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"643c1f76-e0c5-4879-8627-0825f9499c11","html_url":"https://github.com/ivan-sincek/jwt-bf","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"2319b9b8a55ce269f77bbfe91aedb56dc546683f"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-sincek%2Fjwt-bf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-sincek%2Fjwt-bf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-sincek%2Fjwt-bf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivan-sincek%2Fjwt-bf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivan-sincek","download_url":"https://codeload.github.com/ivan-sincek/jwt-bf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241078871,"owners_count":19905948,"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","jwt","offensive-security","penetration-testing","python","red-team-engagement","security","web","web-penetration-testing"],"created_at":"2024-10-01T13:58:49.310Z","updated_at":"2025-02-28T00:32:27.604Z","avatar_url":"https://github.com/ivan-sincek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JWT BF\n\nBrute force a JWT token. Script uses multithreading.\n\nTested on Kali Linux v2023.4 (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/jwt-bf/tree/main/src) and run the commands shown below.\n\nInstall required packages:\n\n```fundamental\npip3 install -r requirements.txt\n```\n\nRun the script:\n\n```fundamental\npython3 jwt_bf.py\n```\n\n## Usage\n\n```fundamental\nJWT BF v2.2 ( github.com/ivan-sincek/jwt-bf )\n\nUsage:   python3 jwt_bf.py -w wordlist    -t token       [-th threads]\nExample: python3 jwt_bf.py -w secrets.txt -t xxx.yyy.zzz [-th 50     ]\n\nDESCRIPTION\n    Brute force a JWT token\nWORDLIST\n    Wordlist to use\n    Spacing will be stripped, empty lines ignored, and duplicates removed\n    -w \u003cwordlist\u003e - secrets.txt | etc.\nTOKEN\n    JWT token to crack\n    -t \u003ctoken\u003e - xxx.yyy.zzz | etc.\nTHREADS\n    Number of parallel threads to run\n    Wordlist will be split equally between threads\n    Default: 10\n    -th \u003cthreads\u003e - 50 | etc.\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan-sincek%2Fjwt-bf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivan-sincek%2Fjwt-bf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivan-sincek%2Fjwt-bf/lists"}