{"id":20864415,"url":"https://github.com/d1se0/subruteforce","last_synced_at":"2026-05-17T02:41:33.331Z","repository":{"id":245715289,"uuid":"819038015","full_name":"D1se0/suBruteforce","owner":"D1se0","description":"suBruteforce is a brute force tool designed to test user and password combinations on Unix systems using the su command. This tool is written in Python and provides a friendly and customizable interface for performing brute force attacks.","archived":false,"fork":false,"pushed_at":"2024-12-10T08:53:55.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-12T15:12:03.990Z","etag":null,"topics":["cibersecurity","command-line","commands","ethical-hacking","hacking","hackingetico","kali-linux","linux","pentesters","pentesting","redteam"],"latest_commit_sha":null,"homepage":"","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/D1se0.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":"2024-06-23T15:46:59.000Z","updated_at":"2024-12-10T08:53:59.000Z","dependencies_parsed_at":"2024-06-23T17:08:07.074Z","dependency_job_id":null,"html_url":"https://github.com/D1se0/suBruteforce","commit_stats":null,"previous_names":["d1se0/subruteforce"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/D1se0/suBruteforce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FsuBruteforce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FsuBruteforce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FsuBruteforce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FsuBruteforce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D1se0","download_url":"https://codeload.github.com/D1se0/suBruteforce/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FsuBruteforce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018208,"owners_count":26086303,"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-14T02:00:06.444Z","response_time":60,"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":["cibersecurity","command-line","commands","ethical-hacking","hacking","hackingetico","kali-linux","linux","pentesters","pentesting","redteam"],"created_at":"2024-11-18T05:42:12.377Z","updated_at":"2025-10-14T07:05:34.128Z","avatar_url":"https://github.com/D1se0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# suBruteforce\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/D1se0/suBruteforce/assets/164921056/c1de1502-f825-472a-857e-4dca9e336377\" alt=\"Directorybrute\" width=\"400\"\u003e\n\u003c/p\u003e\n\n---\n\n## Description\n\n**`suBruteforce`** is a brute force tool designed to test user and password combinations on Unix systems using the `su` command. This tool is written in Python and provides a friendly and customizable interface for performing brute force attacks.\n\n## Characteristics\n\n- Brute force using lists of users and passwords.\n- Support for multiple threads to speed up the process.\n- Export results to a file.\n- Continuation of brute force even after finding a valid password (optional).\n- Check to make sure the script is not run as root.\n\n## Install\n\n### Requirements\n\n- `Python 3`\n- `pip` (python package manager)\n\n### Installation Steps\n\n1. Clone the repository:\n\n    ```sh\n    git clone https://github.com/D1se0/suBruteforce.git\n    cd suBruteforce\n    ```\n\n2. Run the installation script:\n\n    ```sh\n    ./requeriments.sh\n    ```\n\n    This script will install all the necessary dependencies and copy the `suBruteforce.py` file to `/usr/bin/suBruteforce`.\n\n## Use\n\n### Basic Commands\n\n- **Basic use with a single user and a password dictionary:**\n\n    ```sh\n    python3 suBruteforce.py -u \u003cuser\u003e -w \u003cpassword_file\u003e\n    ```\n\n- **Use with a user list and password dictionary:**\n\n    ```sh\n    python3 suBruteforce.py -U \u003cuser_file\u003e -w \u003cpassword_file\u003e\n    ```\n\n- **Specify a single password for a user:**\n\n    ```sh\n    python3 suBruteforce.py -u \u003cuser\u003e -p \u003cpassword\u003e\n    ```\n\n- **Use multiple threads to speed up the process:**\n\n    ```sh\n    python3 suBruteforce.py -u \u003cuser\u003e -w \u003cpassword_file\u003e -t \u003cnumber_of_threads\u003e\n    ```\n\n- **Export results to a file:**\n\n    ```sh\n    python3 suBruteforce.py -u \u003cuser\u003e -w \u003cpassword_file\u003e -f \u003cresults_file\u003e\n    ```\n\n- **Continue brute force even after finding a valid password:**\n\n    ```sh\n    python3 suBruteforce.py -U \u003cuser_file\u003e -w \u003cpassword_file\u003e --success-continue\n    ```\n\n## Execution Example\n\n```sh\npython3 suBruteforce.py -u test -w passwords.txt -f credentials.txt\n ____       _             ____       _             \n/ ___|  ___| |_ _   _ ___|  _ \\ ___ (_)_ __   __ _ \n\\___ \\ / _ \\ __| | | / __| |_) / _ \\| | '_ \\ / _` |\n ___) |  __/ |_| |_| \\__ \\  __/ (_) | | | | | (_| |\n|____/ \\___|\\__|\\__,_|___/_|   \\___/|_|_| |_|\\__, |\n                                            |___/ \n\nBienvenido a suBruteforce - Herramienta de Fuerza Bruta para su\n\n[+] Contraseña encontrada para 'test': test123\n[+] Resultados exportados correctamente a 'credentials.txt'.\n```\n\n## Contributions\n\nContributions are welcome! If you would like to contribute, please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd1se0%2Fsubruteforce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd1se0%2Fsubruteforce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd1se0%2Fsubruteforce/lists"}