skelsec / pypykatz

Mimikatz implementation in pure Python
MIT License
2.81k stars 371 forks source link

New version #67

Closed skelsec closed 3 years ago

skelsec commented 3 years ago

Changes:

  1. -almost- All functionality in the __main__ exectuable is now routed via CMDhelpers this allows greater modularity.
  2. DPAPI interface is rewritten to allow a more logical approach.

New features:

  1. new ASCII logo thanks to @thungcrowd
  2. kerberos offline and live functionality allows kerberoasting, tgt/tgs/ccache/kirbi.... thinkering.
  3. DPAPI module now allows gathering WIFI and Chrome passwords from live systems, as well as fetching all pre-keys and decryption all master keys in one (really slow) go
  4. msldap interface added both live and offline way (uses SSPI on live system) and gives a small ldap client shell to allow users to perform operations (even complex ones eg setting security-descriptors and reading LAPS passwords)
  5. aiosmb interface added as optional for both live and offline operation. This includes a beefy SMB client. - not required, completely optional-
  6. registry parser now has an additional async flavor