MSFTRecon MSFTRecon 是一款侦察工具,专为红队成员和安全专业人员设计,用于映射 Microsoft 365 和 Azure 租户的基础设施。
MSFTRecon MSFTRecon 是一款侦察工具,专为红队成员和安全专业人员设计,用于映射 Microsoft 365 和 Azure 租户的基础设施。
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.
# Clone the repository
git clone https://github.com/Arcanum-Sec/msftrecon.git
cd msftrecon
# Create virtual environment
python3 -m venv venv
source venv/bin/activate
# Install requirements
pip install -r requirements.txt
chmod +x msftrecon.py
Basic scan:
./msftrecon.py -d example.com
JSON output:
./msftrecon.py -d example.com -j
Government cloud:
./msftrecon.py -d example.gov --gov
China cloud:
./msftrecon.py -d example.cn --cn
[+] Target Organization:
Tenant Name: Contoso
Tenant ID: 1234abcd-1234-abcd-1234-1234abcd1234
[+] Federation Information:
Namespace Type: Managed
Brand Name: Contoso
Cloud Instance: microsoftonline.com
[+] Azure AD Configuration:
Tenant Region: NA
[+] Azure AD Connect Status:
Identity Configuration: Managed (Cloud Only)
Authentication Type: Managed
[!] Identity Insights:
* Cloud-only authentication detected
* All authentication handled in Azure AD
* Focus on cloud-based attack vectors
MSFTRecon provides valuable insights for red teamers:
Identity Attack Vectors
Application Attack Surface
Infrastructure Insights
Security Control Awareness
Contributions are welcome! Please feel free to submit a Pull Request.
This tool is intended for legal security assessments and penetration testing only. Users must obtain proper authorization before conducting security assessments. The authors are not responsible for any misuse or damage caused by this tool.
This project is licensed under the MIT License
jhaddix
暂无开放 Issues,或尚未同步最近议题。