File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212class NXCModule :
1313 """
1414 Implementation of the SCCM RECON-1 technique to find SCCM related objects in Active Directory.
15- See: https://github.com/subat0mik/Misconfiguration-Manager/blob/main/attack-techniques/RECON/RECON-1/recon-1_description.md
15+ See:
16+ https://github.com/subat0mik/Misconfiguration-Manager/blob/main/attack-techniques/RECON/RECON-1/recon-1_description.md
17+ https://github.com/garrettfoster13/sccmhunter
1618
1719 Module by @NeffIsBack
1820 """
@@ -187,7 +189,7 @@ def get_management_points(self):
187189 self .sccm_sites [mp ["mSSMSSiteCode" ]]["ManagementPoints" ].append ({
188190 "cn" : mp ["cn" ],
189191 "dNSHostName" : mp ["dNSHostName" ],
190- "IPAddress" : ip if ip else "-" ,
192+ "IPAddress" : ip [ "host" ] if ip else "-" ,
191193 "mSSMSDefaultMP" : mp ["mSSMSDefaultMP" ],
192194 })
193195
You can’t perform that action at this time.
0 commit comments