ThePirateWhoSmellsOfSunflowers
ThePirateWhoSmellsOfSunflowers
Hi all, This module exploits the [UAC Bypass via SluiFileHandlerHijack](https://github.com/gushmazuko/WinBypass/blob/master/SluiHijackBypass.ps1) by @gushmazuko Original bypass by @bytecode77 This is a rewriting (and supersede) of #1243 by @Truneski Tested on W10 (if...
### Configuration impacket version: 33058eb2fde6976ea62e04bc7d6b629d64d44712 ### Debug Output With Command String I want to parse a keytab with the built-in script (`impacket/krb5/keytab.py`): ```shell (venv) user@desktop:~/impacket (master) $ python ./impacket/krb5/keytab.py ~/loot/test/krb5.keytab...
Hello @cannatag , This PR is related to #1133 and should fix it. Thanks, :sunflower:
Hello @cannatag! Since 5c10be6641e44cde3936b75ae7d4c0f97113cdc3 it is no longer possible to install ldap3 via `pip install -r requirements.txt` on linux because of the `winkerberos` package. Is it possible to revert the...
Hello, During an engagement I found that DonPAPI looks for the `Default` user profile. However, many of my targets has non default profile name (such as "Profile 1") or multiple...
This PR fixes the CBT computing when cert digest is not MD5, SHA1 ou SHA256 (see [this comment](https://github.com/cannatag/ldap3/pull/1087#issuecomment-2217378883)). It also adds a "new" dependency: `cryptography`, however it seems that the...
This PR adds microsoft fastbind extended Operation as described in the [official](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/dc4eb502-fb94-470c-9ab8-ad09fa720ea6) [documentation](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/58bbd5c4-b5c4-41e2-b12c-cdaad1223d6a). :sunflower:
Building the doc no longer raises an error (should fix https://github.com/cannatag/ldap3/pull/1032#issuecomment-2009514622). :sunflower: