{"id":20041093,"url":"https://github.com/korolr/gui-form-brut","last_synced_at":"2025-10-16T11:25:02.215Z","repository":{"id":93103135,"uuid":"78777684","full_name":"korolr/GUI-form-brut","owner":"korolr","description":"GTK3+","archived":false,"fork":false,"pushed_at":"2017-05-02T16:58:14.000Z","size":2071,"stargazers_count":23,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-25T02:32:13.521Z","etag":null,"topics":["brute-force","brute-force-attacks","bruteforce","firefox","gtk3","gui","linux","python","python-3","selenium","xpath"],"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/korolr.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":"2017-01-12T19:07:51.000Z","updated_at":"2021-09-24T18:28:37.000Z","dependencies_parsed_at":"2023-03-05T01:00:47.345Z","dependency_job_id":null,"html_url":"https://github.com/korolr/GUI-form-brut","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/korolr/GUI-form-brut","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/korolr%2FGUI-form-brut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/korolr%2FGUI-form-brut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/korolr%2FGUI-form-brut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/korolr%2FGUI-form-brut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/korolr","download_url":"https://codeload.github.com/korolr/GUI-form-brut/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/korolr%2FGUI-form-brut/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279183262,"owners_count":26121361,"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-16T02:00:06.019Z","response_time":53,"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":["brute-force","brute-force-attacks","bruteforce","firefox","gtk3","gui","linux","python","python-3","selenium","xpath"],"created_at":"2024-11-13T10:45:17.691Z","updated_at":"2025-10-16T11:25:02.192Z","avatar_url":"https://github.com/korolr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"GUI-brut-form\n===================\n\nBrutforce web forms has never been so easy\n\n----------\n\n![gif](http://s8.hostingkartinok.com/uploads/images/2017/01/17d2d59991f78dc9ece63376531627b4.gif)\n\n\n\n## Quick start\n```\n$ sudo pacman -S python-gobject\n$ pip3 install selenium\n$ python3 main.py\n```\n\n\n\n**Preferences**\n\n1. target = 'http://mysite.com/admin/' # target page with a form-based\n2. authentication. xPathLogin = \"// input [@ name = 'login']\" # xPath for the login field. \n3. xPathPassword = \"// input [@ name = 'password']\" # xPath for the field password. \n4. xPathAcceptButton = \"//input [@ type = 'submit']\" # xPath to enter the confirmation button.\n5. xPathSuccessAuth = \"// a [@ id = 'loginLink']\" # xPath fo successful authorization conditions.  xPathFailAuth = \"// div [@ id ='error']\" # xPath authorization failure conditions. \n6. selBrowserString = '* firefox' # browser shows Selenium WebDriver which browser you want to run: * firefox, * chrome, * ie. \n7. selFFProfile = 'ff_profile'  # Profile Mozilla. This option is only used ff. This is a relative path to the directory with the profile. Parameters for brute forcer:\n8. usersFile = 'dict / users.txt' # path to a file with a list of\n9. usernames. passwordsFile = 'dict / pwd.txt' # path to a file with a list of passwords. \n10. resultFile = 'result.txt' # path to the file tooutput the results.\n11. brutThreads = 1 # The number of threads to run brute force.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkorolr%2Fgui-form-brut","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkorolr%2Fgui-form-brut","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkorolr%2Fgui-form-brut/lists"}