Alex

Results 19 issues of Alex

This PR removes unnecessary recreation of connection initialization when a login has failed, we can just reuse that smb connection. As we don't need it with kerberos (and it would...

enhancement

## Description The pinned ruff version is super old by now. This PR updates ruff to the newest version and fixes all new rules that have been selected. This should...

enhancement
requires testing

While reviewing #450 i encountered print statements when non-ascii characters where parsed by the `pylnk3` lib. I opened up a PR to remove that print statement: https://github.com/strayge/pylnk/pull/35 When this is...

dependencies

Currently querying with non-ascii chars is not possible because of the default encoding `latin-1`/`iso-8859-1`. This prevents queries like the german "Domänen Administratoren" or other non-ascii entities. To fix this, the...

medium
unicode_issue

## Description Until now, when error occur on SQL execution there is no way to display and check that. As soon as https://github.com/fortra/impacket/pull/2082 is merged we can then check with...

bug-fix

Until now dumping LSA secrets did not retrieve Kerberos keys (AES and DES keys) when using Kerberos auth. This is due to a missing implementation of creating the salt value...

When debugging and fixing https://github.com/Pennyw0rth/NetExec/pull/1014 i realized that Service Tickets generated by the S4U2Self extension are of form `hostname$@REALM` which therefore were not parsed by the Ccache parsing logic, which...

bug

# Keyboard Layout Option This Pull Request adds the ability to configure the keyboard layout via the GOAD shell, as well as an arg. Added cli option: `set_keyboard_layout ,...` Added...

For context, i am running: - OS: Windows - Provider: vmware As far as i can tell, the default installation path for all VMs is in the current folder (the...