Skip to content

Releases: skelsec/minikerberos

0.4.9

29 Oct 09:51

Choose a tag to compare

What's Changed

  • Fix encoding for non-ascii char in kerberos authentication by @NeffIsBack in #51
  • Add args to pass username and domain to PEM by @CravateRouge in #49

New Contributors

Full Changelog: 0.4.7...0.4.9

0.4.7

16 Jul 11:43

Choose a tag to compare

important bugfix
Full Changelog: 0.4.6...0.4.7

0.4.6

25 May 21:39

Choose a tag to compare

What's Changed

  • Fix SyntaxWarning in Python 3.12 by @sbrun in #38
  • Offer multiple etype for TGS-REQ by @CravateRouge in #42
  • Fix TGS req realm from user realm to server realm by @CravateRouge in #46
  • Fix crealm tgt/tgs rep when decoding by @CravateRouge in #45
  • Implemented dMSA method in AIOKerberosClient for user impersonation.
  • Enhanced Kirbi class to handle encrypted PA data and previous keys.
  • Introduced KERB_DMSA_KEY_PACKAGE structure for key management.
  • Updated S4UUserIDOptions to include additional options.
  • Added constants for key list requests and responses.
  • Improved error handling and logging for dMSA operations.

New Contributors

  • @sbrun made their first contribution in #38

0.4.4

08 Dec 19:16

Choose a tag to compare

Improved cross-domain auth.
Hiding imports for the oscrypto library as it breaks compatibility with some OSes (looking at you Kali).
You'll still have to install oscrypto, but it will only be imported when PKI is used.

0.4.3

25 Nov 10:39
4867788

Choose a tag to compare

Added asreproast example
Added password change/set via kpasswd
Added passwordchange example
Added cross-domain kerberoasting
Fixes for sample codes

0.4.2

14 Sep 21:49
572292b

Choose a tag to compare

Cross-domain auth is now supported

0.4.1

30 May 13:56
1d4450b

Choose a tag to compare

many cool stuffs
tests are not getting installed when deploying

0.4.0

15 Feb 14:18

Choose a tag to compare

  • Modified APIs
  • Added more documentation
  • Added testcases
  • Added windows build scripts
  • Contains exploits for two CVEs

0.3.5

26 Nov 20:56

Choose a tag to compare

Keytab principal handling improvements
2 CVEs implemented
renaming examples to "minikerberos-*"
Supporting RC4_MD4 authentication (etype -128)

0.3.2

26 Sep 21:31

Choose a tag to compare

minor upgrades to secres loading