2021-03-03 08:46:11 +00:00
|
|
|
-------------------------------------------------------------------
|
2021-04-26 10:12:17 +00:00
|
|
|
Sat Apr 24 15:41:05 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
|
|
- Python 3.9 is not supported yet - skip builds for now
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2021-03-03 08:46:11 +00:00
|
|
|
Mon Mar 1 19:38:00 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
|
|
- Fix TW build
|
|
|
|
|
|
2020-11-25 16:43:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Nov 23 15:13:51 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
|
|
- Update to version 0.9.22
|
|
|
|
|
Library improvements
|
|
|
|
|
* Added implementation of RPC over HTTP v2 protocol.
|
|
|
|
|
* Added MS-NSPI, MS-OXNSPI and MS-OXABREF protocol
|
|
|
|
|
implementations.
|
|
|
|
|
* Improved the multi-page results in LDAP queries.
|
|
|
|
|
* NDR parser optimization.
|
|
|
|
|
* Improved serialization of WMI method parameters.
|
|
|
|
|
* Introduce the MS-NLMP 2.2.2.10 VERSION structure in
|
|
|
|
|
NTLMAuthNegotiate messages.
|
|
|
|
|
* Added some NETLOGON structs for NetrServerPasswordSet2.
|
|
|
|
|
* Python 3.8 support.
|
|
|
|
|
Examples improvements
|
|
|
|
|
* atexec.py: Fixed after MS patches related to RPC attacks.
|
|
|
|
|
* dpapi.py: Added -no-pass, pass-the-hash and AES Key support
|
|
|
|
|
for backup subcommand.
|
|
|
|
|
* GetNPUsers.py: Added ability to enumerate targets with
|
|
|
|
|
Kerberos KRB5CC.
|
|
|
|
|
* GetUserSPNs.py: Added new features for kerberoasting.
|
|
|
|
|
* ntlmrelayx.py:
|
|
|
|
|
+ Added ability to relay on new Windows versions that have
|
|
|
|
|
SMB guest access disabled by default.
|
|
|
|
|
+ Added option to specify the NTLM Server Challenge used
|
|
|
|
|
when receiving a connection.
|
|
|
|
|
+ Added relaying to RPC support.
|
|
|
|
|
+ Implemented WCFRelayServer.
|
|
|
|
|
+ Added Zerologon DCSync Relay Client.
|
|
|
|
|
+ Fixed issue in ldapattack.py when relaying and creating
|
|
|
|
|
computer in CN=Computers.
|
|
|
|
|
+ rpcdump.py: Added RPC over HTTP v2 support.
|
|
|
|
|
+ secretsdump.py:
|
|
|
|
|
- Added ability to specifically delete a shadow based on
|
|
|
|
|
its ID.
|
|
|
|
|
- Dump plaintext machine account password when dumping the
|
|
|
|
|
local registry secrets.
|
|
|
|
|
New examples
|
|
|
|
|
* exchanger.py: A tool for connecting to MS Exchange via RPC
|
|
|
|
|
over HTTP v2.
|
|
|
|
|
* rpcmap.py: Scan for listening DCE/RPC interfaces.
|
|
|
|
|
|
2020-08-26 12:00:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 8 11:47:03 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
|
|
|
|
|
|
|
|
|
- Initial package, version 0.9.21
|