1
mirror of https://github.com/carlospolop/PEASS-ng synced 2025-03-18 04:04:12 +01:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
{