Skip to content

Commit 7008652

Browse files
authored
Merge pull request #462 from jahway603/jahway603-patch-1
Minor URL fix
2 parents e5239f8 + d63e737 commit 7008652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winPEAS/winPEASexe/winPEAS/Checks/SystemInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ static void PrintKrbRelayUp()
594594
try
595595
{
596596
Beaprint.MainPrint("Checking KrbRelayUp");
597-
Beaprint.LinkPrint("https://book.hacktricks.wiki/en/windows-hardening/windows-local-privilege-escalation/index.html#krbrelayupp");
597+
Beaprint.LinkPrint("https://book.hacktricks.wiki/en/windows-hardening/windows-local-privilege-escalation/index.html#krbrelayup");
598598

599599
if (Checks.CurrentAdDomainName.Length > 0)
600600
{

0 commit comments

Comments
 (0)