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:
parent
5fa0e76b69
commit
dec10cded1
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user