fixed registry checks
parent
bd24e36da1
commit
de39219a7e
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue