Pre2k Computer Account Abuse
Identifies pre-created computer accounts in Active Directory and attempts to obtain Kerberos TGTs using their default machine password.
Targets computer objects with:
objectClass=computeruserAccountControl=4128(WORKSTATION_TRUST_ACCOUNT + PASSWD_NOTREQD)
The module:
Enumerates possibly vulnerable computer accounts via LDAP
Saves discovered accounts to file
Attempts TGT request using password = first 14 chars of hostname (lowercase)
Saves valid tickets as
.ccache
Usage
nxc ldap <hostname> -u <user> -p <pass> -M pre2kOutput:
Discovered accounts:
~/.nxc/modules/pre2k/<domain>/precreated_computers.txtKerberos tickets:
~/.nxc/modules/pre2k/ccache/<machine>.ccacheUsing the forged ticket
References:
Last updated
Was this helpful?

