Pachine icon indicating copy to clipboard operation
Pachine copied to clipboard

Python implementation for CVE-2021-42278 (Active Directory Privilege Escalation)

Results 1 Pachine issues
Sort by recently updated
recently updated
newest added

We've added minor changes to target a different account other than a domain controller. The target now is taken from the SPN. `self.computerName = options.spn.split('/')[1].split(".")[0]` We also added an additional...