Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
msprobe — Finding all things on-prem Microsoft for password spraying and enumeration. | Kitploit
Tools/GitHubGitHub/puzzlepeaches/msprobe
OSINT (Open Source Intelligence)ReconnaissancePassword AttacksInformation GatheringSubdomain Enumeration
GitHubpuzzlepeaches/msprobe

msprobe

Finding all things on-prem Microsoft for password spraying and enumeration.

View Repository
25932104 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

msprobe

  • About
  • Installing
  • Usage
  • Examples
  • Coming Soon
  • Acknowledgements

About

Finding all things on-prem Microsoft for password spraying and enumeration.

The 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:

FLqt1cWXEAklMP1

Installing

Install the project using pipx

root@kitploit:~
pipx install git+https://github.com/puzzlepeaches/msprobe.git

Usage

The tool has four different modules that assist with the discovery of on-prem Microsoft products:

  • Exchange
  • RD Web
  • ADFS
  • Skype for Business

The help menu and supported modules are shown below:

root@kitploit:~
Usage: msprobe [OPTIONS] COMMAND [ARGS]...

  Find Microsoft Exchange, RD Web, ADFS, and Skype instances

Options:
  --help  Show this message and exit.

Commands:
  adfs   Find Microsoft ADFS servers
  exch   Find Microsoft Exchange servers
  full   Find all Microsoft supported by msprobe
  rdp    Find Microsoft RD Web servers
  skype  Find Microsoft Skype servers

Examples

Find ADFS servers associated with apex domain:

root@kitploit:~
msprobe adfs acme.com

Find RD Web servers associated with apex domain with verbose output:

root@kitploit:~
msprobe rdp acme.com -v

Find all Microsoft products hostsed on-prem for a domain:

root@kitploit:~
msprobe full acme.com

Coming Soon

  • Full wiki for each module
  • Fixes for lxml based parsing in RD Web module

Acknowledgements

  • @p0dalirius for RDWArecon
  • @b17zr for the ntlm_challenger.py script
  • @ReverendThing for his project Carnivore and it's included subdomains
  • @busterbcook and their tool msmailprobe heavily influenced the creation of this project
Download Tool