Deft_
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...
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=...
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,...
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...
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 ```  Works both with admin and non admin users :) EDIT:...
I realised that some defaults Windows accounts, like for example WDAGUtilityAccount, throw the following error:  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...