Merge pull request #304 from Reelix/patch-1

Fixed a broken Github link
This commit is contained in:
Carlos Polop 2022-08-09 12:09:03 +02:00 committed by GitHub
commit f1f321be44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -598,7 +598,7 @@ namespace winPEAS.Checks
if (Checks.CurrentAdDomainName.Length > 0) if (Checks.CurrentAdDomainName.Length > 0)
{ {
Beaprint.BadPrint(" The system is inside a domain (" + Checks.CurrentAdDomainName + ") so it could be vulnerable."); 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 else
{ {