Skip to content

Kerberos accounts enumeration taking advantage of AS-REQ

Notifications You must be signed in to change notification settings

QAX-A-Team/KerberosUserEnum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages