Alex

Results 528 comments of Alex

Fyi i replaced the share listing with a simple `listPath` command on the sysvol share to prevent all the `--shares` logic from running (including the printed privileges).

Thanks for the PR! Why is the gssapi package required? I don't see it in the code. Furthermore, does the gssapi package require apt packages, e.g. the libkrb5 package?

Also be aware that https://github.com/Pennyw0rth/NetExec/pull/598 might drastically change the current state of the ssh proto

Looking at their documentation it looks like this is also platform dependent. I see instructions for windows and linux, but not mac. Not sure if the linux implementation would be...

Thanks for the PR! I will take a look at it when i got some time

Thanks for the PR! Perhaps we should combine modules that identify CVEs by querying the version numbers into one module.

> Yes i think it would be better (to reduce number of smb connection). How many modules currently check for version ? Only ntlm_reflection and ghostspn ? I think so...

Thanks for the bug report! I found the original issue. Minikerberos (which is responsible for the kerberos auth with pfx) encodes the username as latin1 instead of utf-8. Changed the...