Deft_

Results 27 issues of Deft_

Hey, So i have been working with the --create-template option. So first of all it is bugged as of now. I already mentioned the solution here https://github.com/s0lst1c3/eaphammer/issues/172#issuecomment-874127204 The solution would...

Feature Request

The pywebcopy library is running infinitely because of a deadlock in the concurrent library. @davidwgrossman rewrote a part of it to remove the multithreading part which is why I changed...

# Module usage ## List available tokens cme smb -u USERNAME -p PASSWOD -M impersonate ## Impersonate user token * cme smb -u USERNAME -p PASSWORD -M impersonate -o TOKEN=...

module

This PR adds support for installation when the server is located behind a proxy server. I also tried to ease as much as possible the installation process (reducing unnecessary commands,...

enhancement

To create schema for the report https://github.com/jgraph/drawio-integration

This PR patches the secrestdump.py script so that it is able to compute the Kerberos salt via the computer name and the domain FQDN. Before, secrestdump was not able to...

bug
medium

It looks like there is some inconsistency between the result of the --lsa option when connecting via NTLM and Kerberos: Below is the result when dumping lsa via a NTLM...

Adding the --qwinsta option to list remote RDP/Console sessions: ``` nxc smb 192.168.56.0/24 -u Administrateur -p Defte@WF --qwinsta ``` ![image](https://github.com/user-attachments/assets/1057e0fd-14fc-41d1-9f9a-adca0e3bdebb) Works both with admin and non admin users :) EDIT:...

enhancement

I realised that some defaults Windows accounts, like for example WDAGUtilityAccount, throw the following error: ![image](https://github.com/user-attachments/assets/cb6a1d68-d50a-4a0b-8689-41bf878a9ca2) However there is no error here. WDAGUtilisatyAccount does not have a NT hash in...

### Configuration impacket version: v0.13.0.dev0 Python version: python 3.10.12 Target OS: Windows Server 2019 domain controler ### Debug Output With Command String tstool.py WHITEFLAG/lowuser:"Defte@WF"@dc.whiteflag.local tasklist ``` Impacket v0.13.0.dev0+20240916.171021.65b774de - Copyright...

bug
medium