spencerdodd
spencerdodd
I have not tested this PR, but I believe that since `Connect-AADUser` is only run once [here](https://github.com/BloodHoundAD/AzureHound/blob/master/AzureHound.ps1#L92) at the beginning of scraping, this may not solve the issue? I worked...
Hi @CaledoniaProject, I don't have a ton of experience on those distros so wasn't sure there was an issue. In all honesty a pyinstaller .exe is probably a nice idea...
I'll look into integrating an executable into the project build
This project hit the backburner for a while. I will start working on an exe and potentially modifying to make it more build-able.
Hey, so I just finished a version-agnostic release that works on both `python2` and `python3` as of https://github.com/spencerdodd/kernelpop/commit/125be75dfbaeeb3d37f6d3026047f5f87d85a3e0 . Does this fix the RedHat issue, or do you still need...
I'm working on an executable build as well. It's going to require some project reworking, as I use some weird stuff in the project (dynamic module loading from path specifically)...
hey! so I refactored the project and it should build into a binary now. try using the script `create_executable.sh` in the project. that should build an executable `kernelpop` in the...
Hey, really appreciate the contribution. One thing though, I don't think that exploit ever performs code execution? I believe that's the PoC for the stack clash itself and seems to...