metasploit-framework icon indicating copy to clipboard operation
metasploit-framework copied to clipboard

Consolidate KdcOptionFlags and TicketFlags

Open dwelch-r7 opened this issue 2 years ago • 0 comments

Consolidates the logic two near identical classes (KdcOptionFlags and TicketFlags) into a single class (KerberosFlags)

This more closely follows the RFC which has KdcOptions and TicketFlags as a type of KerberosFlags with different (although overlapping) flags. This will also make it simpler if in the future we wish to add APOptions which are also a type of KerberosFlags with entirely different flags to the existing KdcOptions and TicketFlags

Verification Steps

  • [ ] CI passes
  • [ ] Manually try some kerberos modules e.g. ticket_forger

dwelch-r7 avatar Oct 03 '22 12:10 dwelch-r7