fixed registry checks

master
Dwight Hohnstein 2018-10-19 22:03:22 -07:00
parent bd24e36da1
commit de39219a7e
1 changed files with 1 additions and 1 deletions

View File

@ -374,7 +374,7 @@ namespace Rubeus
}
catch
{
Console.WriteLine("[-] Error setting registry permissions for HKLM:\\{0}.", registryBasePath);
Console.WriteLine("[-] Error setting correct ACLs for HKLM:\\{0}", registryBasePath);
baseKey = null;
}
}