Skip to main content

Password Policy

A password policy is a set of rules enforced by an organization to enhance password security, typically defining requirements like minimum length, complexity, expiration, and lockout thresholds. In Active Directory, it is managed via Group Policy and affects user authentication across the domain.


Linux

## Credentialed
crackmapexec smb 10.10.10.10 -u rezydev -p Password1 --pass-pol

## Without Credentials
crackmapexec ldap 10.10.10.10 --anon --pass-pol

Windows

## SMB NULL Sessions
net use \\DC01\ipc$ "" /u:""

## Retrive Password Policy
net accounts