This commit is contained in:
Carlos Polop
2026-04-17 13:15:05 +02:00
parent 65d6e4662a
commit 5d4b4522ef
4 changed files with 7 additions and 0 deletions
@@ -81,6 +81,7 @@ namespace winPEAS.Helpers
/---------------------------------------------------------------------------------\
| {1}Do you like PEASS?{0} |
|---------------------------------------------------------------------------------|
| {3}Linux PE & Hardening{0} : {2}https://hacktricks-training.com/courses/lhe/{0} |
| {3}Learn Cloud Hacking{0} : {2}training.hacktricks.xyz {0} |
| {3}Follow on Twitter{0} : {2}@hacktricks_live{0} |
| {3}Respect on HTB{0} : {2}SirBroccoli {0} |
@@ -105,6 +106,7 @@ namespace winPEAS.Helpers
PrintLegend();
Console.WriteLine();
Console.WriteLine(BLUE + " You can find a Windows local PE Checklist here: " + YELLOW + "https://book.hacktricks.wiki/en/windows-hardening/checklist-windows-privilege-escalation.html");
Console.WriteLine(BLUE + " Best Linux PE & Hardening course: " + YELLOW + "https://hacktricks-training.com/courses/lhe/");
}
static void PrintLegend()