MSFTRecon
Introduction
MSFTRecon is a reconnaissance tool designed for red teamers and security professionals to map Microsoft 365 and Azure tenant infrastructure. It performs comprehensive enumeration without requiring authentication, helping identify potential security misconfigurations and attack vectors.
Installation
# Clone the repository
git clone https://github.com/yourusername/msftrecon.git
cd msftrecon
# Create virtual environment
python3 -m venv venv
source venv/bin/activate
# Install requirements
pip install -r requirements.txtUsage
Basic scan:
./msftrecon.py -d example.comJSON output:
Government cloud:
China cloud:
Sample Output
REFERENCES
Last updated
Was this helpful?