You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the reg paths in runkeys_hklm in audit.py are wrong.. According to the docs, they should be RunServices and RunServicesOnce, not RunService and RunOnceService. There are also some more that I'm not sure you're auditing, see here
The text was updated successfully, but these errors were encountered:
I believe the reg paths in
runkeys_hklm
inaudit.py
are wrong.. According to the docs, they should beRunServices
andRunServicesOnce
, notRunService
andRunOnceService
. There are also some more that I'm not sure you're auditing, see hereThe text was updated successfully, but these errors were encountered: