Alex
Alex
Hi, first of all thank you for your work! We are currently encountering the Error: `oscrypto.errors.LibraryNotFoundError: Error detecting the version of libcrypto` See: https://github.com/mpgn/CrackMapExec/issues/108 I saw you already fixed that...
This PR will use the provided build number to better detect possible versions of windows OS. Tho there are sometimes two OS versions (Home users and Server versions) for one...
This PR contains: - A new module to query for saved private keys in PuTTY - Also add detection for saved proxy credentials in PuTTY - Fixes a critical bug...
This issue should document changes that need to be done before we can "officially" support Python 3.12. So far it looks like everything works just out of the box 🎉...
**Describe the bug** When calling impackets `listPath()` in enum_av it throws an STATUS_ACCESS_DENIED error even when using the domain admin. This only applies to SMBv1, as SMBv3 is working as...
**Describe the bug** When executing the WCC module there are a lot of `TimeGenerated => ` logged as highlight messages **To Reproduce** Steps to reproduce the behavior i.e.: Command: `netexec...
Dropping py3.8 would enable updates for several packages. With that in mind we can also try to include the latest py3.12 version.
As proposed by @noraj in https://github.com/Pennyw0rth/NetExec-Wiki/pull/15 i would add the packaging status for other distros directly to the README. Feel free to leave your thoughts
Updated `actions/checkout` to v4 and `actions/setup-python` to v5, as the older versions are deprecated and throw warnings.
This is an issue from discord. The problem is if we use flags like `--use-kcache` we need to use kerberos. Though, some checks are still done with `if self.args.kerberos` and...