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:
parent
1274f21097
commit
a689a8dc21
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user