Deft_

Results 27 issues of Deft_

Heyo! While PR'ing on DonPAPI I realized that the recent files collector only looks for the following files: ![image](https://github.com/user-attachments/assets/f8a07576-da69-4206-be47-e7ee0d01ac0c) 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: ![image](https://github.com/user-attachments/assets/95554abc-4c19-43dc-b891-85fff8249daf) Files are downloaded automatically. In order to achieve this, I used...

new module

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...

refactor

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...

enhancement

This PR switches the signing output to something clearer: That way we know exactly what the old signing:True means.

enhancement

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...