This commit is contained in:
Carlos Polop
2024-11-28 11:44:32 +01:00
parent 6a98d46987
commit cdb81d7eb4
4 changed files with 11 additions and 2 deletions

View File

@@ -10,6 +10,13 @@ namespace winPEAS.Checks
{
Beaprint.GreatPrint("Cloud Information");
Dictionary<string, string> colorsTraining = new Dictionary<string, string>()
{
{ "training.hacktricks.xyz", Beaprint.ansi_color_good },
{ "Learn & practice cloud hacking in", Beaprint.ansi_color_yellow },
};
Beaprint.AnsiPrint("Learn and practice cloud hacking in training.hacktricks.xyz", colorsTraining);
var cloudInfoList = new List<CloudInfoBase>
{
new AWSInfo(),

View File

@@ -81,7 +81,7 @@ namespace winPEAS.Helpers
/---------------------------------------------------------------------------------\
| {1}Do you like PEASS?{0} |
|---------------------------------------------------------------------------------|
| {3}Get the latest version{0} : {2}https://github.com/sponsors/carlospolop{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} |
|---------------------------------------------------------------------------------|