From 3d0f4749bf81c9e5e83b33c7e507ca16646eb423 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Fri, 24 Jul 2020 17:19:59 +0100 Subject: [PATCH] Update Beaprint.cs --- winPEAS/winPEASexe/winPEAS/Beaprint.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/winPEAS/winPEASexe/winPEAS/Beaprint.cs b/winPEAS/winPEASexe/winPEAS/Beaprint.cs index d6bddab..d3b8b4e 100755 --- a/winPEAS/winPEASexe/winPEAS/Beaprint.cs +++ b/winPEAS/winPEASexe/winPEAS/Beaprint.cs @@ -78,15 +78,15 @@ namespace winPEAS System.Console.WriteLine(YELLOW + " WinPEAS " + GREEN + Program.version + NOCOLOR + YELLOW + " by carlospolop" + NOCOLOR); System.Console.WriteLine(); - PrintLeyend(); + PrintLegend(); System.Console.WriteLine(); LinkPrint("https://book.hacktricks.xyz/windows/checklist-windows-privilege-escalation", "You can find a Windows local PE Checklist here:"); } - static void PrintLeyend() + static void PrintLegend() { - System.Console.WriteLine(YELLOW + " [+] " + GREEN + "Leyend:" + NOCOLOR); + System.Console.WriteLine(YELLOW + " [+] " + GREEN + "Legend:" + NOCOLOR); System.Console.WriteLine(RED + " Red" + GRAY + " Indicates a special privilege over an object or something is misconfigured" + NOCOLOR); System.Console.WriteLine(GREEN + " Green" + GRAY + " Indicates that some protection is enabled or something is well configured" + NOCOLOR); System.Console.WriteLine(CYAN + " Cyan" + GRAY + " Indicates active users" + NOCOLOR);