You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented a basic GPO viewer that can infer the applicable GPOs for a specific object and enumerate links related to a GPO
Implemented Kerberos auth / Pass-the-Ticket (-k flag)
This implementation of PTT is still not the best approach - I had to fork core dependencies ldap and gokrb5 to make it work, but until these libs make it possible without rewriting the wheel this is still the easiest way to implement PTT in Golang. Thanks mfdooom & synzack for the tips 😊