impacket
impacket copied to clipboard
Impacket is a collection of Python classes for working with network protocols.
### Configuration impacket version: Impacket v0.9.21 Python version: Python 3.8.3 Target OS: kali-rolling ### Debug Output With Command String python3 /usr/share/doc/python3-impacket/examples/GetUserSPNs.py -request -dc-ip -debug ``` python3 /usr/share/doc/python3-impacket/examples/GetUserSPNs.py -request -dc-ip -debug...
Added PAC_REQUESTOR structure to PAC due to MS UPDATE: https://support.microsoft.com/en-gb/topic/kb5008380-authentication-updates-cve-2021-42287-9dafac11-e0d0-4cb8-959a-143bd0201041
### Configuration impacket version: 0.10.0 Python version: 3.8 Target OS: Linux When using `SimpleSMBServer `, I see `SMBSERVER` handles multiple client connections via threads (`socketserver.ThreadingMixIn`). However, all (srvs, wkst, etc)...
I have added the interactive codec option to change the current CODEC value at runtime
### Configuration impacket version: v0.10.0 Python version: 3.10.4 Target OS: Kali 2022.2 Victim OS: Win11 ### Debug Output With Command String [*] SMBD-Thread-3885 (process_request_thread): Connection from CORP/[email protected] controlled, attacking target...
In Debian, we have some dependencies which are automatically generated based on dependency data in setup.py and requirements.txt but we got bug report that we were lacking "pkg_resources". Please document...
Please check out https://github.com/SecureAuthCorp/impacket/issues/1374 for more information.
### Configuration impacket version: v0.10.1.dev1 (commit [3c6713e](https://github.com/SecureAuthCorp/impacket/commit/3c6713e309cae871d685fa443d3e21b7026a2155)) Python version: 3.8.10 (x64) Target OS: Windows 10 21H2 (Build 19044.1826) ### Debug Output With Command String python3 tstool.py [email protected] -hashes :aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa qwinsta...
I have taken the essential part of the script `addComputer.py` and adapted it to the `smbattack.py` script logic for usage with `ntlmrelayx.py`. However, I have used the `hSamrChangePasswordUser()` function to...