Dramelac

Results 14 issues of Dramelac

Ticketer does not allow to create stealth tickets with the default duration of 10 hours defined in Active Directory. In the current version it is not possible to create a...

## Introduction Following the new release of Windows reinforcement policy (e.g. https://support.microsoft.com/en-gb/topic/kb5008380-authentication-updates-cve-2021-42287-9dafac11-e0d0-4cb8-959a-143bd0201041) here is my PR to implement these new PAC in impacket and in ticketer to generate new GoldenTicket...

### Configuration impacket version: Impacket v0.10.1.dev1 Python version: 3.0.2 Target OS: Windows Server ### Demo ``` smbclient.py -k -no-pass 'LAB/[email protected]' -debug Impacket v0.10.1.dev1 - Copyright 2022 SecureAuth Corporation [+] Impacket...

### Configuration impacket version: Impacket v0.10.1.dev1+20220830.171426.b74c9e1e Python version: Python 3.9.2 Target OS: Debian 11 ### Context The data generated by `impacket.dcerpc.v5.dtypes.RPC_SID.getData()` does not correspond to the structure documented by Microsoft...

Adding the `-t` / `--target` parameter in order to select a single gMSA account to dump for OPSEC reason.

# Description - Shared timezone now available for Windows and MacOS (need a new lib `tzlocal` to install into the exegol venv) - Improvment on the container recap table, now...

When executing smartbrute: ``` /root/.local/bin/smartbrute:1727: DeprecationWarning: Nesting argument groups is deprecated. kerberos_credentials = kerberos_secrets.add_argument_group("credentials to use") ```

## Steps to reproduce - I used a source install, from the official repo on `master` branch - git clone [...] - Used `rvm` to setup a ruby env match...

bug

Adding a prefix to multipart uploads instead of `/UUID` for better view on R2 dashboard. Should be merged in https://github.com/cloudflare/serverless-registry/pull/78 before released to master.

Following the refacto of the garbage collector, there is some change needed to handle the new multi-part upload files. This PR handle conflict between the main branch and `gv/69` branch....