Alex

Results 528 comments of Alex

God i hate encoding: Kerberos encoding was fundamentally broken for non ascii (latin1) characters in impacket AND minikerberos. Fixed now

PRs that should fix Kerberos auth with non-ascii chars: - https://github.com/fortra/impacket/pull/2068 - https://github.com/skelsec/minikerberos/pull/51

Note for the future: We must update the poetry lock file in order to apply the fixes for NetExec (at least when using poetry).

Imo could be really nice for testing, but we pretty sure we would add caching otherwise the execution time is probably huge

Hi thanks for the PR! Can you convert the flags into config options? I think it would be better to have these as permanent settings, so you don't need to...

> @NeffIsBack good idea. > > CLI Arguments + Config Options, to have more flexibility or config options only? Honestly I would leave it at that. When you would like...

@bdrogja if you got the time it would be nice if you could add a page explaining the config and how to set it up: https://github.com/Pennyw0rth/NetExec-Wiki/blob/main/getting-started/ While we are at...

Would like to merge this one some time soon. The reason i haven't fully reviewed yet is that i have to test ipv6 first so that is supported as well....

Hi thanks for the PR! However, i don't see the advantage to execute RustHound through NetExec over just executing the binary. Also, calling subprocess.run is usually not something we want...

I will close this for now