{"id":47119459,"url":"https://github.com/puzzlepeaches/msprobe","last_synced_at":"2026-03-12T19:12:06.104Z","repository":{"id":37573273,"uuid":"456711863","full_name":"puzzlepeaches/msprobe","owner":"puzzlepeaches","description":"Finding all things on-prem Microsoft for password spraying and enumeration.","archived":false,"fork":false,"pushed_at":"2022-05-17T13:39:51.000Z","size":69,"stargazers_count":244,"open_issues_count":0,"forks_count":33,"subscribers_count":8,"default_branch":"main","last_synced_at":"2023-11-07T15:23:28.335Z","etag":null,"topics":["adfs","exchange","microsoft","ntlm","password-spraying","rdweb","skype","spraying"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/puzzlepeaches.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}},"created_at":"2022-02-07T23:22:30.000Z","updated_at":"2023-10-15T02:43:11.000Z","dependencies_parsed_at":"2022-07-12T16:24:19.338Z","dependency_job_id":null,"html_url":"https://github.com/puzzlepeaches/msprobe","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/puzzlepeaches/msprobe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzzlepeaches%2Fmsprobe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzzlepeaches%2Fmsprobe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzzlepeaches%2Fmsprobe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzzlepeaches%2Fmsprobe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puzzlepeaches","download_url":"https://codeload.github.com/puzzlepeaches/msprobe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puzzlepeaches%2Fmsprobe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30439588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["adfs","exchange","microsoft","ntlm","password-spraying","rdweb","skype","spraying"],"created_at":"2026-03-12T19:12:05.593Z","updated_at":"2026-03-12T19:12:06.094Z","avatar_url":"https://github.com/puzzlepeaches.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# msprobe\n\n+ [About](#about)\n+ [Installing](#installing)\n+ [Usage](#usage)\n+ [Examples](#examples)\n+ [Coming Soon](#coming)\n+ [Acknowledgements](#acknowledgements)\n\n\n\n## About \u003ca name = \"about\"\u003e\u003c/a\u003e\n\nFinding all things on-prem Microsoft for password spraying and enumeration. \n\nThe tool will used a list of common subdomains associated with your target apex domain to attempt to discover valid instances of on-prem Microsoft solutions. Screenshots of the tool in action are below:\n\n![FLqt1cWXEAklMP1](https://user-images.githubusercontent.com/8538866/163191875-61040ed3-b318-4ad4-97c1-c06fb3f7eeba.jpeg)\n\n### Installing \u003ca name = \"installing\"\u003e\u003c/a\u003e\n\nInstall the project using [pipx](https://pypa.github.io/pipx/installation/)\n\n```\npipx install git+https://github.com/puzzlepeaches/msprobe.git\n```\n\n\n## Usage \u003ca name = \"usage\"\u003e\u003c/a\u003e\n\nThe tool has four different modules that assist with the discovery of on-prem Microsoft products:\n\n* Exchange\n* RD Web\n* ADFS\n* Skype for Business\n\nThe help menu and supported modules are shown below:\n\n```\nUsage: msprobe [OPTIONS] COMMAND [ARGS]...\n\n  Find Microsoft Exchange, RD Web, ADFS, and Skype instances\n\nOptions:\n  --help  Show this message and exit.\n\nCommands:\n  adfs   Find Microsoft ADFS servers\n  exch   Find Microsoft Exchange servers\n  full   Find all Microsoft supported by msprobe\n  rdp    Find Microsoft RD Web servers\n  skype  Find Microsoft Skype servers\n```\n\n\n\n\n## Examples \u003ca name = \"examples\"\u003e\u003c/a\u003e\n\nFind ADFS servers associated with apex domain:\n\n```\nmsprobe adfs acme.com\n```\n\nFind RD Web servers associated with apex domain with verbose output:\n\n```\nmsprobe rdp acme.com -v\n```\n\nFind all Microsoft products hostsed on-prem for a domain:\n\n```\nmsprobe full acme.com\n```\n\n## Coming Soon \u003ca name = \"coming\"\u003e\u003c/a\u003e\n- Full wiki for each module\n- Fixes for lxml based parsing in RD Web module\n\n\n## Acknowledgements \u003ca name = \"acknowledgements\"\u003e\u003c/a\u003e\n- [@p0dalirius](https://twitter.com/intent/follow?screen_name=podalirius_) for [RDWArecon](https://github.com/p0dalirius/RDWArecon) \n- [@b17zr](https://twitter.com/b17zr) for the `ntlm_challenger.py` script\n- [@ReverendThing](https://github.com/ReverendThing) for his project [Carnivore](https://github.com/ReverendThing/Carnivore) and it's included subdomains\n- [@busterbcook](https://twitter.com/busterbcook) and their tool [msmailprobe](https://github.com/busterb/msmailprobe) heavily influenced the creation of this project \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuzzlepeaches%2Fmsprobe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuzzlepeaches%2Fmsprobe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuzzlepeaches%2Fmsprobe/lists"}