PrivescCheck important change!
I killed PrivescCheck.ps1, well..., sort of...
Starting from now, the file is no longer available in the repository. Instead, it is now provided as a release file (more information in the README).
As you may already know, the file "PrivescCheck.ps1" is generated using a custom build script. This allows me to separate the code into multiple files and then gather and compress everything into a single one.
For a while now, I've been manually executing this script every time I wanted to push new features. This was nonsensical. So, I finally took the time to implement an automated workflow on GitHub so that release files are created automatically. Hopefully, this will save me some time in the long run. Also, it will serve as the base for an important feature I plan to implement.