{"id":18592354,"url":"https://github.com/itaynir1/brute-force","last_synced_at":"2025-05-01T10:13:43.660Z","repository":{"id":184842524,"uuid":"672566334","full_name":"itaynir1/Brute-Force","owner":"itaynir1","description":" This project is a Python script for conducting a brute-force attack on a login page. It takes a target URL, a username, and a password file as inputs, attempting to find the correct password through successive login attempts.","archived":false,"fork":false,"pushed_at":"2023-07-30T14:28:19.000Z","size":6,"stargazers_count":19,"open_issues_count":2,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-01T10:13:36.839Z","etag":null,"topics":["automation","brute-force-attack","command-line-tool","ethical-hacking","http-requests","login-page","password-cracking","password-management","python-libraries","python-script","requests","security","term-colors","user-authentication","web-application-testing","web-development","web-scraping","web-security"],"latest_commit_sha":null,"homepage":"https://github.com/itaynir1/Brute-Force","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/itaynir1.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}},"created_at":"2023-07-30T14:19:20.000Z","updated_at":"2025-02-18T05:15:09.000Z","dependencies_parsed_at":"2023-07-30T15:38:47.160Z","dependency_job_id":null,"html_url":"https://github.com/itaynir1/Brute-Force","commit_stats":null,"previous_names":["itaynir1/brute-force"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itaynir1%2FBrute-Force","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itaynir1%2FBrute-Force/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itaynir1%2FBrute-Force/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itaynir1%2FBrute-Force/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itaynir1","download_url":"https://codeload.github.com/itaynir1/Brute-Force/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251857020,"owners_count":21655121,"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":["automation","brute-force-attack","command-line-tool","ethical-hacking","http-requests","login-page","password-cracking","password-management","python-libraries","python-script","requests","security","term-colors","user-authentication","web-application-testing","web-development","web-scraping","web-security"],"created_at":"2024-11-07T01:08:15.772Z","updated_at":"2025-05-01T10:13:43.636Z","avatar_url":"https://github.com/itaynir1.png","language":"Python","readme":"\n# Brute-Force Attack\n**Description:** This is a Python script for performing a simple brute-force attack on a login page. It takes a username and a list of passwords from a file, and then iterates through each password, attempting to log in to the target website until a valid password is found.\n\n## Requirements :\n- Python 3.x\n- `requests` library (install with `pip install requests`)\n- `termcolor` library (install with `pip install termcolor`)\n\n## Usage:\n1. Make sure you have Python installed on your system.\n2. Install the required libraries by running the following commands:\n\n  ```python\n  pip install requests\n  pip install termcolor\n  ```\n3. Save the list of passwords in a file. Each line in the file should contain one password.\n4. Run the script using the following command:\n\n```python\npython script.py\n```\n\n5. The script will prompt you to provide the necessary information:\n\n- Enter the URL of the login page.\n- Enter the username for the account you want to brute-force.\n- Enter the path to the password file.\n- Provide the string that occurs on the page when login fails.\n- Optionally, provide the cookie value if the website requires it.\n\n6. The script will start the brute-force attack and display the attempted passwords. If it successfully finds the correct password, it will print the username and password and exit.\n\n## Important Notes :\n- This script is intended for educational and ethical purposes only. Only use it on systems that you have explicit permission to test.\n- Brute-force attacks are not recommended as they can be illegal and may cause harm to the target system. Use it responsibly and with caution.\n- Always use strong and unique passwords to protect your online accounts.\n\n# Disclaimer\n**The author of this script is not responsible for any misuse or damages caused by using this script. Use it at your own risk.**\n\n*Happy hacking responsibly!*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitaynir1%2Fbrute-force","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitaynir1%2Fbrute-force","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitaynir1%2Fbrute-force/lists"}