diff --git a/winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs b/winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs index 105dc22..56e15bb 100644 --- a/winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs +++ b/winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs @@ -180,7 +180,7 @@ namespace winPEAS.Helpers { // print_info //Console.WriteLine(YELLOW + " [?] " + LBLUE + comment + " " + LYELLOW + link + NOCOLOR); - Console.WriteLine($"{LCYAN}╚ {LBLUE}{comment} {LYELLOW}{link}{NOCOLOR}"); + Console.WriteLine($"{LCYAN}{LBLUE}{comment} {LYELLOW}{link}{NOCOLOR}"); } public static void InfoPrint(string toPrint)