Fixing Issue 305 Potentially unnecessary ╚ character #305

Removing ╚ Before intro text : "You can find a Windows local PE Checklist here: https://book.hacktricks.xyz/windows-hardening/checklist-windows-privilege-escalation
"
╚ is not in a section so it causes trouble. We don't need it here. It's not present in linpeas output
This commit is contained in:
Fr3sh 2022-10-06 15:46:29 +02:00 committed by GitHub
parent 1274f21097
commit a689a8dc21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,7 @@ namespace winPEAS.Helpers
{ {
// print_info // print_info
//Console.WriteLine(YELLOW + " [?] " + LBLUE + comment + " " + LYELLOW + link + NOCOLOR); //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) public static void InfoPrint(string toPrint)