Skip to content

v2.4.0

Compare
Choose a tag to compare
@Macmod Macmod released this 29 Apr 22:49
· 66 commits to main since this release
  • 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 😊