Clément Notin

Results 41 issues of Clément Notin

rpc-scan generates "nfs://" URLs with the port number in it, ex: ``` # ./rpc-scan.py --nfs 10.0.0.1 rpc://10.0.0.1:111 Portmapper nfs://10.0.0.1:2049/test/ [...] ``` Then if we use those URLs with nfs-get it...

This PR comes from the following observation. I enabled the "delegation for default credentials with NTLM-only servers" using the Group Policy Editor. I obtained this in registry: ![image](https://user-images.githubusercontent.com/550823/58371356-ee8e0580-7f10-11e9-93b9-1bcf058561ac.png) The key...

I did some tests where it did not find my certificate with the current Kekeo build (`CryptAcquireCertificatePrivateKey` returned FALSE). After adding `CRYPT_ACQUIRE_ALLOW_NCRYPT_KEY_FLAG` it works :) (FYI I did it with...

Sometimes we make a mistake and we pass a non-existing or mistyped arg in `-InputArgs`. Invoke-AtomicRedTeam doesn't complain in such cases rendering the error silent... I suggest adding an explicit...

enhancement

When Invoke-AtomicRedTeam need to execute a command with cmd.exe or powershell.exe, their binaries are called and the commands are passed on the command line, for example: ``` cmd.exe /C net...

enhancement

SharpUp should refuse to run if the user has asked for the "audit" mode, but the process is running as elevated (user admin and UAC disabled, or user admin and...