From dec10cded1013e56a19603f190b8fe505a994010 Mon Sep 17 00:00:00 2001
From: Reelix <reelix+github@gmail.com>
Date: Sun, 31 Jul 2022 20:16:54 +0200
Subject: [PATCH] Fix a broken Github link

- Fixed a typo in the KrbRelayUp Github link
---
 winPEAS/winPEASexe/winPEAS/Checks/SystemInfo.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winPEAS/winPEASexe/winPEAS/Checks/SystemInfo.cs b/winPEAS/winPEASexe/winPEAS/Checks/SystemInfo.cs
index 1723ed5..d4eee5d 100644
--- a/winPEAS/winPEASexe/winPEAS/Checks/SystemInfo.cs
+++ b/winPEAS/winPEASexe/winPEAS/Checks/SystemInfo.cs
@@ -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
                 {