From 898b29b0fa3888eb738fffaf04e5ac47a6b2bad9 Mon Sep 17 00:00:00 2001 From: carlospolop Date: Thu, 1 Jun 2023 00:16:51 +0200 Subject: [PATCH] f --- README.md | 2 +- linPEAS/builder/linpeas_base.sh | 2 +- linPEAS/builder/linpeas_parts/linpeas_base.sh | 2 +- metasploit/README.md | 2 +- metasploit/peass.rb | 2 +- winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 290278d..19ad99f 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Do you want to have **access the latest version of Hacktricks and PEASS**, obtai **LinPEAS, WinPEAS and MacPEAS** aren’t enough for you? Welcome [**The PEASS Family**](https://opensea.io/collection/the-peass-family/), a limited collection of [**exclusive NFTs**](https://opensea.io/collection/the-peass-family/) of our favourite PEASS in disguise, designed by my team. Go **get your favourite and make it yours!** And if you are a **PEASS & Hacktricks enthusiast**, you can get your hands now on **our [custom swag](https://peass.creator-spring.com/) and show how much you like our projects!** -You can also, join the 💬 [Discord group](https://discord.gg/hRep4RUj7f) or the [telegram group](https://t.me/peass) to learn about latest news in cybersecurity and meet other cybersecurity enthusiasts, or follow me on Twitter 🐦 [@carlospolopm](https://twitter.com/carlospolopm). +You can also, join the 💬 [Discord group](https://discord.gg/hRep4RUj7f) or the [telegram group](https://t.me/peass) to learn about latest news in cybersecurity and meet other cybersecurity enthusiasts, or follow me on Twitter 🐦 [@hacktricks_live](https://twitter.com/hacktricks_live). ## Let's improve PEASS together diff --git a/linPEAS/builder/linpeas_base.sh b/linPEAS/builder/linpeas_base.sh index 748a726..04c0f0d 100644 --- a/linPEAS/builder/linpeas_base.sh +++ b/linPEAS/builder/linpeas_base.sh @@ -246,7 +246,7 @@ print_support () { | ${BLUE}Do you like PEASS?${GREEN} | |---------------------------------------------------------------------------------| | ${YELLOW}Get the latest version${GREEN} : ${RED}https://github.com/sponsors/carlospolop${GREEN} | - | ${YELLOW}Follow on Twitter${GREEN} : ${RED}@carlospolopm${GREEN} | + | ${YELLOW}Follow on Twitter${GREEN} : ${RED}@hacktricks_live${GREEN} | | ${YELLOW}Respect on HTB${GREEN} : ${RED}SirBroccoli ${GREEN} | |---------------------------------------------------------------------------------| | ${BLUE}Thank you! ${GREEN} | diff --git a/linPEAS/builder/linpeas_parts/linpeas_base.sh b/linPEAS/builder/linpeas_parts/linpeas_base.sh index dbcc80c..58ce7b1 100755 --- a/linPEAS/builder/linpeas_parts/linpeas_base.sh +++ b/linPEAS/builder/linpeas_parts/linpeas_base.sh @@ -246,7 +246,7 @@ print_support () { | ${BLUE}Do you like PEASS?${GREEN} | |---------------------------------------------------------------------------------| | ${YELLOW}Get the latest version${GREEN} : ${RED}https://github.com/sponsors/carlospolop${GREEN} | - | ${YELLOW}Follow on Twitter${GREEN} : ${RED}@carlospolopm${GREEN} | + | ${YELLOW}Follow on Twitter${GREEN} : ${RED}@hacktricks_live${GREEN} | | ${YELLOW}Respect on HTB${GREEN} : ${RED}SirBroccoli ${GREEN} | |---------------------------------------------------------------------------------| | ${BLUE}Thank you! ${GREEN} | diff --git a/metasploit/README.md b/metasploit/README.md index 92ffe0e..c571b65 100644 --- a/metasploit/README.md +++ b/metasploit/README.md @@ -26,7 +26,7 @@ msf6 post(multi/gather/peass) > show info Rank: Normal Provided by: - Carlos Polop <@carlospolopm> + Carlos Polop <@hacktricks_live> Compatible session types: Meterpreter diff --git a/metasploit/peass.rb b/metasploit/peass.rb index b8a5167..38dafa0 100644 --- a/metasploit/peass.rb +++ b/metasploit/peass.rb @@ -25,7 +25,7 @@ class MetasploitModule < Msf::Post 'License' => MSF_LICENSE, 'Author' => [ - 'Carlos Polop <@carlospolopm>' + 'Carlos Polop <@hacktricks_live>' ], 'Platform' => %w{ bsd linux osx unix win }, 'SessionTypes' => ['shell', 'meterpreter'], diff --git a/winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs b/winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs index a0c5da9..1ec83d0 100644 --- a/winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs +++ b/winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs @@ -82,7 +82,7 @@ namespace winPEAS.Helpers | {1}Do you like PEASS?{0} | |---------------------------------------------------------------------------------| | {3}Get the latest version{0} : {2}https://github.com/sponsors/carlospolop{0} | - | {3}Follow on Twitter{0} : {2}@carlospolopm{0} | + | {3}Follow on Twitter{0} : {2}@hacktricks_live{0} | | {3}Respect on HTB{0} : {2}SirBroccoli {0} | |---------------------------------------------------------------------------------| | {1}Thank you!{0} | @@ -98,7 +98,7 @@ namespace winPEAS.Helpers PrintBanner(); } - Console.WriteLine(YELLOW + " WinPEAS-ng" + NOCOLOR + YELLOW + " by @carlospolopm" + NOCOLOR); + Console.WriteLine(YELLOW + " WinPEAS-ng" + NOCOLOR + YELLOW + " by @hacktricks_live" + NOCOLOR); PrintMarketingBanner();