15
0

Accepting request 898860 from home:mnhauke

- Update to version 0.9.23
  Library improvements
  * Support connect timeout with SMBTransport.
  * Speeding up DcSync.
  * Fixed Python3 issue when serving SOCKS5 requests.
  * Fixed Path Traversal vulnerabilities in smbserver.py .
    CVE-2021-31800
  * Fixed POST request processing in httprelayserver.py .
  * Added cat command to smbclient.py .
  * Added new features to the LDAP Interactive Shell to facilitate
    AD exploitation.
  * Python 3.9 support
- Drop not longer needed patch:
  * 1054.patch

OBS-URL: https://build.opensuse.org/request/show/898860
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-impacket?expand=0&rev=9
This commit is contained in:
2021-06-10 08:21:32 +00:00
committed by Git OBS Bridge
parent eca4b13c9a
commit 4bce27146f
4 changed files with 53 additions and 6 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jun 9 17:17:37 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.9.23
Library improvements
* Support connect timeout with SMBTransport.
* Speeding up DcSync.
* Fixed Python3 issue when serving SOCKS5 requests.
* Fixed Path Traversal vulnerabilities in smbserver.py .
CVE-2021-31800
* Fixed POST request processing in httprelayserver.py .
* Added cat command to smbclient.py .
* Added new features to the LDAP Interactive Shell to facilitate
AD exploitation.
* Python 3.9 support
- Drop not longer needed patch:
* 1054.patch
-------------------------------------------------------------------
Sat Apr 24 15:41:05 UTC 2021 - Martin Hauke <mardnh@gmx.de>