Deft_
Deft_
Heyo! While PR'ing on DonPAPI I realized that the recent files collector only looks for the following files:  While I understand it is to not download too much files,...
This PR adds a new recyclebin module. This module allows spidering bins' for all users on a server:  Files are downloaded automatically. In order to achieve this, I used...
This PR adds a new relay capability allowing us to relay SMB/LDAP/HTTP NTLM (v1 or unsecured ones) authentications to the WinRM HTTPS endpoint. This endpoint is not configured on a...
This PR aims at reworking the entire module argparsing to make it easier to use. Currently the shadowrdp module works using the following command: ``` nxc smb ip -u -p...
This PR reworks the MSSQL protocol to support Channel Binding token implementation based on https://github.com/fortra/impacket/pull/1986. The PR is simple, first I had to remove the base sock computation since TDS.py...
This PR switches the signing output to something clearer: That way we know exactly what the old signing:True means.
This PR adds the winrmexec.py example (written by Ozelis https://github.com/ozelis/winrmexec/issues/2) to Impacket : Full ReadMe available here https://github.com/ozelis/winrmexec/blob/main/README.md. Note that the last comit I did switched datetime UTC to datetime.utc...