Fix a broken Github link

- Fixed a typo in the KrbRelayUp Github link
This commit is contained in:
Reelix
2022-07-31 20:16:54 +02:00
committed by GitHub
parent 5fa0e76b69
commit dec10cded1

View File

@@ -598,7 +598,7 @@ namespace winPEAS.Checks
if (Checks.CurrentAdDomainName.Length > 0)
{
Beaprint.BadPrint(" The system is inside a domain (" + Checks.CurrentAdDomainName + ") so it could be vulnerable.");
Beaprint.InfoPrint("You can try https://github.com/DecOne/KrbRelayUp to escalate privileges");
Beaprint.InfoPrint("You can try https://github.com/Dec0ne/KrbRelayUp to escalate privileges");
}
else
{