Revisions of python-impacket

buildservice-autocommit accepted request 1128486 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 18)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1128399 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 17)
- Add python-dsinternals to BuildRequires
buildservice-autocommit accepted request 1108967 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 16)
baserev update by copy to link target
Steve Kowalik's avatar Steve Kowalik (StevenK) committed (revision 15)
- Add patch remove-future-requirement.patch, remove future requirement.
- Switch to pyproject macros.
buildservice-autocommit accepted request 1107854 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 14)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1107803 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 13)
- Update to version 0.11.0
  Library improvements
  * Added new Kerberos error codes.
  * Added [MS-TSTS] Terminal Services Terminal Server Runtime
    Interface Protocol implementation.
  * Changed the setting up for new SSL connections.
  * Added a callback function to smbserver for incoming
    authentications.
  * Fix crash in winregistry.
  * Fixes in IDispatch derived classes in comev implementation.
  * Fix CVE-2020-17049 in ccache.py.
  * Smbserver: Added SMB2_FILE_ALLOCATION_INFO type determination.
  * tds: Fixed python3 incompatibility when receiving over TLS
    socket.
  * crypto: Ensure passwords are utf-8 encoded before deriving
    Kerberos keys.
  * ese: Fixed python3 incompatibility when reading from db.
  * ldap queries: Escaped characters are now correctly parsed.
  * Support SASL authentication in ldap protocol.
  Examples improvements
  * GetADUsers.py, GetNPUsers.py, GetUserSPNs.py and
    findDelegation.py:
    + Added dc-host option to connect to specific KDC using its
      FQDN or NetBIOS name.
  * GetNPUsers.py
    + Printing TGT in stdout despite -outputfile parameter.
    + Fixed output hash format for AES128/256 (etype 17/18).
  * GetUserSPNs.py:
    + Added LDAP paged search
    + Added a -stealth flag to remove the SPN filter from the LDAP
buildservice-autocommit accepted request 1090578 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 12)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1090466 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 11)
- update to version 0.10.0
  * Dropped support for Python 2.7.
  * Refactored the testing infrastructure (@martingalloar):
    * Added `pytest` as the testing framework to organize and mark test
      cases. `Tox` remain as the automation framework, and `Coverage.py`
      for measuring code coverage.
    * Custom bash scripts were replaced with test cases auto-discovery.
    * Local and remote test cases were marked for easy run and configuration. 
    * DCE/RPC endpoint test cases were refactored and moved to a new layout.
    * An initial testing guide with the main steps to prepare a testing environment and run them.
    * Fixed a good amount of DCE/RPC endpoint test cases that were failing.
    * Added tests for `[MS-PAR]`, `[MS-RPRN]`, CCache and DPAPI.
  * Added a function to compute the Netlogon Authenticator at client-side in `[MS-NRPC]` (@0xdeaddood)
  * Added `[MS-DSSP]` protocol implementation (@simondotsh)
  * Added GetDriverDirectory functions to `[MS-PAR]` and `[MS-RPRN]` (@raithedavion)
  * Refactored the Credential Cache:
    * Added new parseFile function to ccache.py (@rmaksimov)
    * Added support for loading CCache Version 3 (@reznok)
    * Modified fromKRBCRED function used to load a Kirbi file (@0xdeaddood)
    * Fixed Ccache to Kirbi conversion (@ShutdownRepo)
  * Fixed default NTLM server challenge in smbserver (@rtpt-jonaslieb)
  * Fixed WMI objects parsing (@franferrax)
  * Added the RpcAddPrinterDriverEx method and related structures to `[MS-RPRN]`: Print System Remote Protocol (@cube0x0)
  * Initial implementation of `[MS-PAR]`: Print System Asynchronous Remote Protocol (@cube0x0)
  * Complying `[MS-RPCH]` with HTTP/1.1 (@mohemiv)
  * Added return of server time in case of Kerberos error (@ShutdownRepo and @Hackndo)
buildservice-autocommit accepted request 898974 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 898860 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 9)
- 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
buildservice-autocommit accepted request 888438 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 8)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 888222 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 7)
- Python 3.9 is not supported yet - skip builds for now
buildservice-autocommit accepted request 876418 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 6)
baserev update by copy to link target
buildservice-autocommit accepted request 850783 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 4)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 850312 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 3)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 829740 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 2)
initialized devel package after accepting 829740
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 829572 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 1)
Initial package for python-impacket
Displaying all 18 revisions
openSUSE Build Service is sponsored by