Hello community,
here is the log from the commit of package python-impacket for openSUSE:Factory
checked in at 2020-11-26 23:13:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-impacket (Old)
and /work/SRC/openSUSE:Factory/.python-impacket.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-impacket"
Thu Nov 26 23:13:52 2020 rev:2 rq:850783 version:0.9.22
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-impacket/python-impacket.changes
2020-09-22 21:05:25.183626917 +0200
+++
/work/SRC/openSUSE:Factory/.python-impacket.new.5913/python-impacket.changes
2020-11-26 23:15:03.973021709 +0100
@@ -1,0 +2,43 @@
+Mon Nov 23 15:13:51 UTC 2020 - Martin Hauke <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
impacket-0.9.21.tar.gz
New:
----
impacket-0.9.22.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-impacket.spec ++++++
--- /var/tmp/diff_new_pack.Wqga2x/_old 2020-11-26 23:15:04.493022138 +0100
+++ /var/tmp/diff_new_pack.Wqga2x/_new 2020-11-26 23:15:04.497022141 +0100
@@ -1,6 +1,7 @@
#
# spec file for package python-impacket
#
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2020, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -12,12 +13,13 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-impacket
-Version: 0.9.21
+Version: 0.9.22
Release: 0
Summary: Python3 module to easily build and dissect network protocols
# License: modified Apache-1.1 (see file LICENSE)
@@ -78,13 +80,13 @@
%python_clone -a %{buildroot}%{_bindir}/impacket-dcomexec
%python_clone -a %{buildroot}%{_bindir}/impacket-dpapi
%python_clone -a %{buildroot}%{_bindir}/impacket-esentutl
+%python_clone -a %{buildroot}%{_bindir}/impacket-exchanger
%python_clone -a %{buildroot}%{_bindir}/impacket-findDelegation
%python_clone -a %{buildroot}%{_bindir}/impacket-getArch
%python_clone -a %{buildroot}%{_bindir}/impacket-getPac
%python_clone -a %{buildroot}%{_bindir}/impacket-getST
%python_clone -a %{buildroot}%{_bindir}/impacket-getTGT
%python_clone -a %{buildroot}%{_bindir}/impacket-goldenPac
-%python_clone -a %{buildroot}%{_bindir}/impacket-ifmap
%python_clone -a %{buildroot}%{_bindir}/impacket-karmaSMB
%python_clone -a %{buildroot}%{_bindir}/impacket-kintercept
%python_clone -a %{buildroot}%{_bindir}/impacket-lookupsid
@@ -96,7 +98,6 @@
%python_clone -a %{buildroot}%{_bindir}/impacket-nmapAnswerMachine
%python_clone -a %{buildroot}%{_bindir}/impacket-ntfs-read
%python_clone -a %{buildroot}%{_bindir}/impacket-ntlmrelayx
-%python_clone -a %{buildroot}%{_bindir}/impacket-opdump
%python_clone -a %{buildroot}%{_bindir}/impacket-ping
%python_clone -a %{buildroot}%{_bindir}/impacket-ping6
%python_clone -a %{buildroot}%{_bindir}/impacket-psexec
@@ -104,6 +105,7 @@
%python_clone -a %{buildroot}%{_bindir}/impacket-rdp_check
%python_clone -a %{buildroot}%{_bindir}/impacket-reg
%python_clone -a %{buildroot}%{_bindir}/impacket-registry-read
+%python_clone -a %{buildroot}%{_bindir}/impacket-rpcmap
%python_clone -a %{buildroot}%{_bindir}/impacket-rpcdump
%python_clone -a %{buildroot}%{_bindir}/impacket-sambaPipe
%python_clone -a %{buildroot}%{_bindir}/impacket-samrdump
@@ -137,13 +139,13 @@
%python_install_alternative impacket-dcomexec
%python_install_alternative impacket-dpapi
%python_install_alternative impacket-esentutl
+%python_install_alternative impacket-exchanger
%python_install_alternative impacket-findDelegation
%python_install_alternative impacket-getArch
%python_install_alternative impacket-getPac
%python_install_alternative impacket-getST
%python_install_alternative impacket-getTGT
%python_install_alternative impacket-goldenPac
-%python_install_alternative impacket-ifmap
%python_install_alternative impacket-karmaSMB
%python_install_alternative impacket-kintercept
%python_install_alternative impacket-lookupsid
@@ -155,7 +157,6 @@
%python_install_alternative impacket-nmapAnswerMachine
%python_install_alternative impacket-ntfs-read
%python_install_alternative impacket-ntlmrelayx
-%python_install_alternative impacket-opdump
%python_install_alternative impacket-ping
%python_install_alternative impacket-ping6
%python_install_alternative impacket-psexec
@@ -163,6 +164,7 @@
%python_install_alternative impacket-rdp_check
%python_install_alternative impacket-reg
%python_install_alternative impacket-registry-read
+%python_install_alternative impacket-rpcmap
%python_install_alternative impacket-rpcdump
%python_install_alternative impacket-sambaPipe
%python_install_alternative impacket-samrdump
@@ -190,13 +192,13 @@
%python_uninstall_alternative impacket-dcomexec
%python_uninstall_alternative impacket-dpapi
%python_uninstall_alternative impacket-esentutl
+%python_uninstall_alternative impacket-exchanger
%python_uninstall_alternative impacket-findDelegation
%python_uninstall_alternative impacket-getArch
%python_uninstall_alternative impacket-getPac
%python_uninstall_alternative impacket-getST
%python_uninstall_alternative impacket-getTGT
%python_uninstall_alternative impacket-goldenPac
-%python_uninstall_alternative impacket-ifmap
%python_uninstall_alternative impacket-karmaSMB
%python_uninstall_alternative impacket-kintercept
%python_uninstall_alternative impacket-lookupsid
@@ -208,7 +210,6 @@
%python_uninstall_alternative impacket-nmapAnswerMachine
%python_uninstall_alternative impacket-ntfs-read
%python_uninstall_alternative impacket-ntlmrelayx
-%python_uninstall_alternative impacket-opdump
%python_uninstall_alternative impacket-ping
%python_uninstall_alternative impacket-ping6
%python_uninstall_alternative impacket-psexec
@@ -216,6 +217,7 @@
%python_uninstall_alternative impacket-rdp_check
%python_uninstall_alternative impacket-reg
%python_uninstall_alternative impacket-registry-read
+%python_uninstall_alternative impacket-rpcmap
%python_uninstall_alternative impacket-rpcdump
%python_uninstall_alternative impacket-sambaPipe
%python_uninstall_alternative impacket-samrdump
@@ -251,6 +253,7 @@
rm tests/SMB_RPC/test_mimilib.py
rm tests/SMB_RPC/test_nmb.py
rm tests/SMB_RPC/test_nrpc.py
+rm tests/SMB_RPC/test_rpch.py
rm tests/SMB_RPC/test_rpcrt.py
rm tests/SMB_RPC/test_rprn.py
rm tests/SMB_RPC/test_rrp.py
@@ -277,13 +280,13 @@
%python_alternative %{_bindir}/impacket-dcomexec
%python_alternative %{_bindir}/impacket-dpapi
%python_alternative %{_bindir}/impacket-esentutl
+%python_alternative %{_bindir}/impacket-exchanger
%python_alternative %{_bindir}/impacket-findDelegation
%python_alternative %{_bindir}/impacket-getArch
%python_alternative %{_bindir}/impacket-getPac
%python_alternative %{_bindir}/impacket-getST
%python_alternative %{_bindir}/impacket-getTGT
%python_alternative %{_bindir}/impacket-goldenPac
-%python_alternative %{_bindir}/impacket-ifmap
%python_alternative %{_bindir}/impacket-karmaSMB
%python_alternative %{_bindir}/impacket-kintercept
%python_alternative %{_bindir}/impacket-lookupsid
@@ -295,7 +298,6 @@
%python_alternative %{_bindir}/impacket-nmapAnswerMachine
%python_alternative %{_bindir}/impacket-ntfs-read
%python_alternative %{_bindir}/impacket-ntlmrelayx
-%python_alternative %{_bindir}/impacket-opdump
%python_alternative %{_bindir}/impacket-ping
%python_alternative %{_bindir}/impacket-ping6
%python_alternative %{_bindir}/impacket-psexec
@@ -303,6 +305,7 @@
%python_alternative %{_bindir}/impacket-rdp_check
%python_alternative %{_bindir}/impacket-reg
%python_alternative %{_bindir}/impacket-registry-read
+%python_alternative %{_bindir}/impacket-rpcmap
%python_alternative %{_bindir}/impacket-rpcdump
%python_alternative %{_bindir}/impacket-sambaPipe
%python_alternative %{_bindir}/impacket-samrdump
++++++ impacket-0.9.21.tar.gz -> impacket-0.9.22.tar.gz ++++++
++++ 14268 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives:
https://lists.opensuse.org/archives/list/[email protected]