idna
idna
I believe that disabling RC4 support is part of the CIS level1 benchmarks for 2016/2019/win10 devices. Possibly Pingcastle could have two checks: - check the msDS-SupportedEncryptionTypes attribute for accounts with...
I'm interested and willing to attempt help.
I have a working win event config for LogRhythm using Lucene with a slightly modded es-ql backend. If you're interested I'll send a pull request.
You'll probably see that I haven't been maintaining GoodHound for around 18 months now due to a change in role. I will see if I can find some time in...
Can you try this workaround? Build Goodhound straight from GitHub code: ``` git clone https://github.com/idnahacks/GoodHound.git cd GoodHound ``` Then edit requirements.txt to reflect the below: ``` pandas>=1.3.5 py2neo>=2021.2.3 ``` Then...
Caveat, I haven't tested goodhound with any version of Sharphound past 4.1 or the above py2neo and pandas versions.
Hi, apologies for the very late response. I haven't been able to actively maintain Goodhound since April 2022. When I was running this regularly on a reasonably large AD dataset...
I managed to get this installed by installing the following pre-reqs: - Visual C++ Build Tools core features - MSVC v142 - VS 2019 C++ x64/x86 build tools - C++...