{"id":17995019,"url":"https://github.com/p0dalirius/owabrute","last_synced_at":"2025-09-03T16:32:52.710Z","repository":{"id":41381795,"uuid":"340109595","full_name":"p0dalirius/owabrute","owner":"p0dalirius","description":"Hydra wrapper for bruteforcing Microsoft Outlook Web Application.","archived":false,"fork":false,"pushed_at":"2023-10-02T07:37:16.000Z","size":31,"stargazers_count":65,"open_issues_count":0,"forks_count":14,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-18T18:45:28.785Z","etag":null,"topics":["hydra","outlook","pentest","pentest-tool","tool"],"latest_commit_sha":null,"homepage":"https://podalirius.net/","language":"Shell","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/p0dalirius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"p0dalirius","patreon":"Podalirius"}},"created_at":"2021-02-18T16:28:26.000Z","updated_at":"2024-11-27T12:57:09.000Z","dependencies_parsed_at":"2024-10-29T20:33:55.759Z","dependency_job_id":null,"html_url":"https://github.com/p0dalirius/owabrute","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fowabrute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fowabrute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fowabrute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0dalirius%2Fowabrute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p0dalirius","download_url":"https://codeload.github.com/p0dalirius/owabrute/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231902908,"owners_count":18443468,"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":["hydra","outlook","pentest","pentest-tool","tool"],"created_at":"2024-10-29T20:17:36.022Z","updated_at":"2024-12-30T19:20:27.187Z","avatar_url":"https://github.com/p0dalirius.png","language":"Shell","funding_links":["https://github.com/sponsors/p0dalirius","https://patreon.com/Podalirius"],"categories":[],"sub_categories":[],"readme":"![](./.github/banner.png)\n\n\u003cp align=\"center\"\u003e\n  Hydra wrapper for bruteforcing Microsoft Outlook Web Application.\n  \u003cbr\u003e\n  \u003cimg alt=\"GitHub release (latest by date)\" src=\"https://img.shields.io/github/v/release/p0dalirius/owabrute\"\u003e\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=podalirius_\" title=\"Follow\"\u003e\u003cimg src=\"https://img.shields.io/twitter/follow/podalirius_?label=Podalirius\u0026style=social\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.youtube.com/c/Podalirius_?sub_confirmation=1\" title=\"Subscribe\"\u003e\u003cimg alt=\"YouTube Channel Subscribers\" src=\"https://img.shields.io/youtube/channel/subscribers/UCF_x5O7CSfr82AfNVTKOv_A?style=social\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n## Dependencies\n\nThis script is based on `hydra`. You can install it with :\n\n```\napt install hydra\n```\n\n## Usage\n\n```\nbash$ ./owabrute.sh -h\nUsage : ./owabrute.sh\n      -d DOMAIN    : Target domain. Example : remote.targethost.co.uk\n      -u USERSLIST : Path to wordlist of users to test\n      -p PASSLIST  : Path to wordlist of passwords to test\n```\n\n## Examples\n\nUsage example against a test domain `test.domain.net` with `./users.txt` and `./passwords.txt` wordlists :\n\n```\n./owabrute.sh -d test.domain.net -u ./users.txt -p ./passwords.txt\n```\n\nIf the files cannot be accessed, you will have a message indicating `Could not access ressource` :\n\n```\nbash$ ./owabrute.sh -d test.domain.net -u ./users.txt -p ./passwords.txt\n\n ██████╗ ██╗    ██╗ █████╗     ██████╗ ██████╗ ██╗   ██╗████████╗███████╗\n██╔═══██╗██║    ██║██╔══██╗    ██╔══██╗██╔══██╗██║   ██║╚══██╔══╝██╔════╝\n██║   ██║██║ █╗ ██║███████║    ██████╔╝██████╔╝██║   ██║   ██║   █████╗\n██║   ██║██║███╗██║██╔══██║    ██╔══██╗██╔══██╗██║   ██║   ██║   ██╔══╝\n╚██████╔╝╚███╔███╔╝██║  ██║    ██████╔╝██║  ██║╚██████╔╝   ██║   ███████╗\n ╚═════╝  ╚══╝╚══╝ ╚═╝  ╚═╝    ╚═════╝ ╚═╝  ╚═╝ ╚═════╝    ╚═╝   ╚══════╝\n\nHydra wrapper for bruteforcing Microsoft OWA.\n\nDOMAIN    : test.domain.net\nUSERSLIST : ./users.txt\nPASSLIST  : ./passwords.txt (Could not access ressource)\n\n[WARN] Some resources could not be accessed. Aborting...\n```\n\n## Additional references\n - https://stedotmartin.wordpress.com/2014/05/13/bruteforce-microsoft-exchange-2013-owa-with-hydra/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0dalirius%2Fowabrute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp0dalirius%2Fowabrute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0dalirius%2Fowabrute/lists"}