- added marketing banner
This commit is contained in:
parent
dfb0bcdc34
commit
3cbf6cc43d
@ -181,6 +181,8 @@ namespace winPEAS.Checks
|
|||||||
CheckRunner.Run(CreateDynamicLists, IsDebug);
|
CheckRunner.Run(CreateDynamicLists, IsDebug);
|
||||||
|
|
||||||
RunChecks(isAllChecks, wait);
|
RunChecks(isAllChecks, wait);
|
||||||
|
|
||||||
|
Beaprint.PrintMarketingBanner();
|
||||||
}, IsDebug, "Total time");
|
}, IsDebug, "Total time");
|
||||||
|
|
||||||
if (IsDebug)
|
if (IsDebug)
|
||||||
|
@ -76,6 +76,24 @@ namespace winPEAS.Helpers
|
|||||||
Console.WriteLine();
|
Console.WriteLine();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void PrintMarketingBanner()
|
||||||
|
{
|
||||||
|
// Twitter
|
||||||
|
|
||||||
|
// Patreon link
|
||||||
|
Console.WriteLine(GREEN + string.Format(@"
|
||||||
|
/---------------------------------------------------------------------------\
|
||||||
|
| {1}Do you like PEASS?{0} |
|
||||||
|
|---------------------------------------------------------------------------|
|
||||||
|
| {3}Become a Patreon{0} : {2}https://www.patreon.com/peass{0} |
|
||||||
|
| {3}Follow on Twitter{0} : {2}@carlospolopm{0} |
|
||||||
|
|---------------------------------------------------------------------------|
|
||||||
|
| {1}Thank you!{0} |
|
||||||
|
\---------------------------------------------------------------------------/
|
||||||
|
", GREEN, BLUE, RED, YELLOW) + NOCOLOR);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
public static void PrintInit()
|
public static void PrintInit()
|
||||||
{
|
{
|
||||||
if (Checks.Checks.Banner)
|
if (Checks.Checks.Banner)
|
||||||
@ -84,7 +102,8 @@ namespace winPEAS.Helpers
|
|||||||
}
|
}
|
||||||
|
|
||||||
Console.WriteLine(YELLOW + " WinPEAS " + GREEN + Version + NOCOLOR + YELLOW + " by @carlospolopm, makikvues(makikvues2[at]gmail[dot]com)" + NOCOLOR);
|
Console.WriteLine(YELLOW + " WinPEAS " + GREEN + Version + NOCOLOR + YELLOW + " by @carlospolopm, makikvues(makikvues2[at]gmail[dot]com)" + NOCOLOR);
|
||||||
Console.WriteLine();
|
|
||||||
|
PrintMarketingBanner();
|
||||||
|
|
||||||
PrintLegend();
|
PrintLegend();
|
||||||
Console.WriteLine();
|
Console.WriteLine();
|
||||||
|
Loading…
Reference in New Issue
Block a user