metasploit-framework
metasploit-framework copied to clipboard
Consolidate KdcOptionFlags and TicketFlags
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