{"id":19517425,"url":"https://github.com/Philotheephilix/HID_based_Universal_Bruteforcer","last_synced_at":"2025-09-14T21:32:56.769Z","repository":{"id":214147695,"uuid":"735812791","full_name":"Philotheephilix/HID_based_Universal_Bruteforcer","owner":"Philotheephilix","description":"this python utility contains script to bruteforce any web site by providing credential field position and wordlist","archived":false,"fork":false,"pushed_at":"2024-04-22T11:19:43.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T00:12:19.693Z","etag":null,"topics":["automation","automation-tools","brute-force","brute-force-attacks","hacking","hacking-tool","pyautogui","python","wordlist","wordlist-generator"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Philotheephilix.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":"2023-12-26T06:36:41.000Z","updated_at":"2025-01-13T13:34:06.000Z","dependencies_parsed_at":"2024-04-22T12:34:21.503Z","dependency_job_id":"75d2831c-10f4-4012-a85b-27bce0fd5897","html_url":"https://github.com/Philotheephilix/HID_based_Universal_Bruteforcer","commit_stats":null,"previous_names":["philotheephilix/universal_bruteforcer_for_all_web_pages","philotheephilix/hid_based_universal_bruteforcer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Philotheephilix/HID_based_Universal_Bruteforcer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Philotheephilix%2FHID_based_Universal_Bruteforcer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Philotheephilix%2FHID_based_Universal_Bruteforcer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Philotheephilix%2FHID_based_Universal_Bruteforcer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Philotheephilix%2FHID_based_Universal_Bruteforcer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Philotheephilix","download_url":"https://codeload.github.com/Philotheephilix/HID_based_Universal_Bruteforcer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Philotheephilix%2FHID_based_Universal_Bruteforcer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275172227,"owners_count":25417837,"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-09-14T02:00:10.474Z","response_time":75,"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":["automation","automation-tools","brute-force","brute-force-attacks","hacking","hacking-tool","pyautogui","python","wordlist","wordlist-generator"],"created_at":"2024-11-11T00:03:16.194Z","updated_at":"2025-09-14T21:32:56.391Z","avatar_url":"https://github.com/Philotheephilix.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Universal_bruteforcer for all web pages with wordlist generator\n this python utility contains script to bruteforce any web site by providing credential field position and wordlist\n# Bruteforcer\n\nBruteforcer is a tool that automates the process of guessing passwords or other credentials for various websites or applications. It has two modes: tab clicker and position clicker.\n\n## Features\n\n- Built-in wordlist generator: The tool can generate wordlists based on the given parameters, such as length, character set, pattern, etc.\n- Works on HTTP and HTTPS site as it is just a HID automated bruteforcer\n- Captcha detection and bypassing (planned)\n- Multi-threading and parallel processing (planned)\n- Customizable delay and timeout settings (planned)\n- Proxy and VPN support (planned)\n- User interface and documentation improvements (planned)\n## Requirments\n- Python 11+\n- Pyautogui and pynput --pip-modules\n\n\nInstall all required pip modules by running this command in the tool's directory\n\n     pip install -r requirments.txt\n## Installation\n- Clone this repository or download as zip\n- install all the required python modules using pip\n- Extract the zip\n- Place all the wordlist in /Wordlists folder \n- Run Wordlist_gen.py to generate a custom Wordlist (or) Run Bruteforcer.py and follow the terminal wizard to attack\n## Tab clicker mode\n\nIn this mode, the tool uses the tab key to navigate between the input fields and the submit button. It tries different combinations of usernames and passwords from a given list until it finds a match or reaches the end of the list.\n\n## Position clicker mode\n\nIn this mode, the tool uses the mouse cursor to click on the input fields and the submit button. It tries different combinations of usernames and passwords from a given list until it finds a match or reaches the end of the list.\n\n## Disclaimer\n\nThis tool is made only for educational purpose. Do not use it for any illegal or unethical activities. The developer is not responsible for any consequences of using this tool.\n\n## Future development\n\nThe tool is still under development and may have some bugs or limitations. Some of the features that are planned for future updates are:\n\n- Captcha detection and bypassing\n- Multi-threading and parallel processing\n- Customizable delay and timeout settings\n- Proxy and VPN support\n- User interface and documentation improvements\nFeel free to Fork and develop or contribute to this repo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPhilotheephilix%2FHID_based_Universal_Bruteforcer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPhilotheephilix%2FHID_based_Universal_Bruteforcer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPhilotheephilix%2FHID_based_Universal_Bruteforcer/lists"}