Alex

Results 528 comments of Alex

Fyi this one is dependend on #893 right, so we have to merge #893 first

Thanks for the PR! There are currently 3 modules in this PR. Was that intended? Looks like you branched of of your previous PR.

Fine for now, but this means we have to merge https://github.com/Pennyw0rth/NetExec/pull/865 first before we can get to this one

Hi thanks for the PR. A few points: - If you need pywinrm please add that to the dependencies with `poetry add pywinrm` or the dependency management tool of your...

I am not sure if i could follow along. When using the environment variables is not thread safe, why don't we implement a parameter so we can directly inject it...

Well, by design there must be an interaction between the `Client` and spnego, because otherwise the NTLM layer would not receive the credentials provided by the client. From i could...

> What would need to happen is for the `pyspnego` library to expose the ability to set this in `spnego.client()` somehow but so far I've tried to hold off on...