{"id":20618793,"url":"https://github.com/anthhon/rarbreaker","last_synced_at":"2025-10-30T19:47:34.116Z","repository":{"id":226321633,"uuid":"761986098","full_name":"Anthhon/rarbreaker","owner":"Anthhon","description":"Windows/Linux brute force app made entirely in C.","archived":false,"fork":false,"pushed_at":"2024-03-06T21:27:47.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T19:47:31.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/Anthhon.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-22T21:29:52.000Z","updated_at":"2024-03-07T00:01:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0f1e7a7-6a64-43d0-917d-ae7c3068163c","html_url":"https://github.com/Anthhon/rarbreaker","commit_stats":null,"previous_names":["anthhon/rarbreaker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Anthhon/rarbreaker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anthhon%2Frarbreaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anthhon%2Frarbreaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anthhon%2Frarbreaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anthhon%2Frarbreaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anthhon","download_url":"https://codeload.github.com/Anthhon/rarbreaker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anthhon%2Frarbreaker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281873522,"owners_count":26576262,"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-10-30T02:00:06.501Z","response_time":61,"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":[],"created_at":"2024-11-16T12:09:31.040Z","updated_at":"2025-10-30T19:47:34.110Z","avatar_url":"https://github.com/Anthhon.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rarbreaker\n\nThe **rarbreaker** is a command-line utility designed to crack passwords of encrypted files using a brute-force approach. It generates random passwords based on user-defined characters and length, attempting to unlock the encrypted file.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Options](#options)\n- [Examples](#examples)\n- [License](#license)\n\n## Installation\n\nTo use the **Password Cracker**, you'll need to compile the source code provided. Ensure you have a C compiler installed on your system.\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/your_username/password-cracker.git\n    ```\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd password-cracker\n    ```\n\n3. Compile the source code:\n\n    ```bash\n    make install-linux -B\n    # or\n    make install-windows -B\n    ```\n\nThis will generate an executable file named `password-cracker`.\n\n## Usage\n\nThe general usage of the **Password Cracker** utility is as follows:\n\n```bash\n./password-cracker -c \u003ccharacters\u003e -l \u003cpass_len\u003e -f \u003cfilepath\u003e\n```\n\nReplace `\u003ccharacters\u003e` with the range of characters to be used for password generation, `\u003cpass_len\u003e` with the desired password length, and `\u003cfilepath\u003e` with the path to the encrypted file you want to crack.\n\n## Options\n\n- `-c \u003ccharacters\u003e`: Specifies the range of characters to use for password generation.\n- `-l \u003cpass_len\u003e`: Specifies the length of the password to generate.\n- `-f \u003cfilepath\u003e`: Specifies the path to the encrypted file to crack.\n- `-h`: Displays the help message.\n\n## Examples\n\nHere are some examples demonstrating how to use the **Password Cracker**:\n\n1. Crack an encrypted ZIP file using lowercase letters, uppercase letters, and digits with a password length of 8 characters:\n\n    ```\n    ./password-cracker -c abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 -l 8 -f encrypted.zip\n    ```\n\n2. Crack a password-protected PDF file using only lowercase letters with a password length of 6 characters:\n\n    ```\n    ./password-cracker -c abcdefghijklmnopqrstuvwxyz -l 6 -f protected.pdf\n    ```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthhon%2Frarbreaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthhon%2Frarbreaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthhon%2Frarbreaker/lists"}