Charlie Bromberg
Charlie Bromberg
> same command line, I've sent the error reason to you on discord, let's talk, in my opinion, line 447-450 is the cause  This makes no sense. Lines 447-450...
After some discussion with @wqreytuk it turned out there was indeed an error, caused by another statement a bit further in the script. I also removed the if/else statement pointed...
Worked with @wqreytuk to improved service substitution. Only the service contained in the credential object was modified before (reflected from `EncKrbCredPart`). Now, the substitution is made in the ticket object...
With this PR, the ticket files are now saved with a name that includes everything needed to better sort the tickets. Previous name example : `Administrator.ccache` New name example: `Administrator@[email protected]`...
Adding `-u2u` capabilities (when used along `-self`), for SPN-less RBCD. > In 2022, [Jame Forshaw](https://twitter.com/tiraniddo) demonstrated that the SPN requirement wasn't completely mandatory and RBCD could be operated without: [Exploiting...
@Blwasp added support for `ACCESS_DENIED_ACE` and `ACCESS_DENIED_OBJECT_ACE` ACE types An option `-ace-type` to filter on the allowed/denied type
Converting this PR to draft since there is an issue on the `restore` feature. If the `-file` argument is supplied with an existing filename, it will get overwritten with an...
> i need dacledit.py for HTB can anyone help? Either merge the PR yourself on a fork of yours, or if you don’t know how and won’t DIY you can...
Logging in is not the issue here. Here's what @p0dalirius and I can tell you about this. When attempting a password change, the [`SamrUnicodeChangePasswordUser2`](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-samr/acb3204a-da8b-478e-9139-1ea589edb880) method is invoked by smbclient.py. This...
Any update on having a setup.py file? The requirements of the projects are very restrictive (since they are versioned), which creates conflicts with other tools. The great alternative to dockerised...