Yannik Sembritzki

Results 140 comments of Yannik Sembritzki

Hi @jborean93 I have lately been seeing a few of these (seemingly related) errors: ``` fatal: [degoe10fs017]: FAILED! => changed=false ansible_facts: {} failed_modules: ansible.legacy.setup: exception: |- Failed to compile C#...

> This may be the case but using the same code on my DC returns the same SID as the AD module. @jborean93 Please check your screenshot again, the `$machineSid`...

> If you were to run that snippet do you see something like Failed to enumerate group at ...? I cannot reproduce this at this moment because I removed the...

@jborean93 I had a look at your PR - I don't believe it addresses the issue mentioned in the first paragraph of my last comment? (The setup module incorrectly returning...

@jborean93 Great to see that you can reproduce it. Very interesting that psgetsid behaves the same way. I'd be curious to see how that internally determines the sid. As for...

> Here is a POC that shows the calls needed I have no idea what some of that code does/is for (for example the Advapi32.dll calls), but very interesting to...

Here is a very quick-and-dirty phonetrack integration: ``` diff --git a/lib/log_manager.py b/lib/log_manager.py index fd8e79a..078ad78 100644 --- a/lib/log_manager.py +++ b/lib/log_manager.py @@ -79,12 +79,68 @@ class LogManager(object): writer = csv.writer(f) writer.writerow([data[k] for...

I worked around https://github.com/grawity/tpm_futurepcr/issues/18 by simply re-using PCR0 from `tpm2_pcrread`: `/luks-tpm2 -x "$nv_index" -c "~/tpm_futurepcr/bin/tpm_futurepcr -L '::pcr::' -o '::output::'; tpm2_pcrread -o pcrread0.bin 'sha256:0'; dd if=pcrread0.bin of='::output::' bs=32 count=1 conv=notrunc; rm...