QAX-A-Team / KerberosUserEnum

Kerberos accounts enumeration taking advantage of AS-REQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KerberosUserEnum

Kerberos accounts enumeration taking advantage of AS-REQ, I wrote this script to practice my understanding of Kerberos.

Kerberos Domain Username Enumeration

Kerberos AS-REQ 之用户枚举

Requirements:

  • Python 3
  • pip install asn1crypto

Example:

./Enum.py --file=/tmp/usernames --dcip=192.168.88.1 --domain=TESTDOMAIN --port=88

About

Kerberos accounts enumeration taking advantage of AS-REQ


Languages

Language:Python 100.0%