show module allows you to display and export enumeration results collected by other SCCMHunter modules. This is essential for analyzing large datasets and creating reports from your SCCM assessment.
The show module is particularly useful for reviewing user and group results in larger environments where terminal output may be overwhelming.
Prerequisites
Command Syntax
Display Options
Data Categories
Data Categories
| Flag | Description | Use Case |
|---|---|---|
-siteservers | Show Site Servers table | Review primary SCCM infrastructure |
-mps | Show Management Points table | Identify client communication endpoints |
-users | Show SCCM related users | Find service accounts and privileged users |
-computers | Show SCCM related computers | Catalog all SCCM-associated systems |
-groups | Show SCCM related groups | Discover security groups for escalation |
-creds | Show recovered credentials | Review extracted passwords and hashes |
-all | Show all enumeration results | Complete overview of discovered assets |
Export Options
Export Options
| Flag | Description | Output Location |
|---|---|---|
-json | Export results in JSON format | /root/.sccmhunter/logs/json/ |
-csv | Export results in CSV format | /root/.sccmhunter/logs/csvs/ |
-debug | Enable verbose logging | Terminal with additional details |
Usage Examples
Display Site Servers
Display Site Servers
View all discovered SCCM site servers and their configurationsExpected Output:
Export Results to Files
Export Results to Files
Export site server data to both CSV and JSON formats for reportingExpected Output:
Exported files are automatically timestamped and organized by data type. This is particularly useful for generating reports or importing data into other analysis tools.
Show All Enumeration Data
Show All Enumeration Data
Display comprehensive results from all discovery modulesUse Case: Get a complete overview of all discovered SCCM infrastructure, users, groups, and credentials in a single command.
Review Discovered Groups
Review Discovered Groups
Examine SCCM-related security groups for privilege escalation opportunitiesWhy This Matters: SCCM groups often contain high-privilege accounts and can reveal paths for lateral movement or privilege escalation.
Data Analysis Tips
Table Column Interpretation
Understanding the output format helps prioritize targets:
- SiteCode: Identifies the SCCM site boundaries
- SigningStatus: Indicates if client certificates are required (security control)
- Config: Active vs Passive server states for redundancy planning
- MSSQL: Servers hosting databases (high-value targets)
High-Priority Targets
- Central Administration Sites (CAS)
- Active site servers with MSSQL
- Management Points (MP)
- Servers with SMSProvider role
Export Locations
- CSV Files:
/root/.sccmhunter/logs/csvs/ - JSON Files:
/root/.sccmhunter/logs/json/ - Log Files:
/root/.sccmhunter/logs/