- 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 dependenciesldap
andgokrb5
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. Thanksmfdooom
&synzack
for the tips 😊