Closed jojastahl closed 3 years ago
And I do take questions as criticism, but I think criticism gets a bad reputation, unfairly. Criticism can also be a positive thing. This application does a dangerous thing, which then allows users to do a wide array of dangerous things. The main reason for making this project open-source was to invite examination and criticism, in order to improve. Making the software better benefits everyone, including myself.
So please continue to examine, question and critique.
Hey, This application is really nice and simple. Just wondering if there is any update on the MFA, would be perfect.
An update to what MFA?
An update to what MFA?
Hi, I would say Microsoft Authenticator ?
Hi,
I came accross this when looking for a solution to the local admin problem. I was curios about how this project is secure, so that somebody cannot get admin rights who is not allowed to.
I quickly looked at the codebase and have these questions:
IAdminGroup
has abool UserIsAuthorized(string[] allowedSidsList, string[] deniedSidsList)
method, isn't it insecure if the caller specifies the conditions which should be checked?EncryptedSettings
for? It is protected by ProtectedData-API using Machine scope. As far as I understand the documentation, any account locally on the machine can encrypt and decrypt that data. So the encryption is useless?Please do not take my questions as criticism. Seems to be a simple way to grant temporary local admin rights. Was just looking if the systems could be compromised by an attacker.