Update Beaprint.cs
This commit is contained in:
parent
5e02ccc539
commit
3d0f4749bf
@ -78,15 +78,15 @@ namespace winPEAS
|
|||||||
|
|
||||||
System.Console.WriteLine(YELLOW + " WinPEAS " + GREEN + Program.version + NOCOLOR + YELLOW + " by carlospolop" + NOCOLOR);
|
System.Console.WriteLine(YELLOW + " WinPEAS " + GREEN + Program.version + NOCOLOR + YELLOW + " by carlospolop" + NOCOLOR);
|
||||||
System.Console.WriteLine();
|
System.Console.WriteLine();
|
||||||
PrintLeyend();
|
PrintLegend();
|
||||||
System.Console.WriteLine();
|
System.Console.WriteLine();
|
||||||
LinkPrint("https://book.hacktricks.xyz/windows/checklist-windows-privilege-escalation", "You can find a Windows local PE Checklist here:");
|
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(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(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);
|
System.Console.WriteLine(CYAN + " Cyan" + GRAY + " Indicates active users" + NOCOLOR);
|
||||||
|
Loading…
Reference in New Issue
Block a user