From 933e12d7f1adef480464ded471508d754e1d06e3 Mon Sep 17 00:00:00 2001 From: securitytime <72920563+securitytime@users.noreply.github.com> Date: Sat, 28 Jun 2025 09:12:40 +0200 Subject: [PATCH] Update Beaprint.cs A space character is missing here: "... educational purposes only.Any misuse of this software ..." --- winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs b/winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs index 76fc8bd..ca7cd78 100644 --- a/winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs +++ b/winPEAS/winPEASexe/winPEAS/Helpers/Beaprint.cs @@ -31,7 +31,7 @@ namespace winPEAS.Helpers public static string ansi_current_user = MAGENTA; private static string Advisory = - "winpeas should be used for authorized penetration testing and/or educational purposes only." + + "winpeas should be used for authorized penetration testing and/or educational purposes only. " + "Any misuse of this software will not be the responsibility of the author or of any other collaborator. " + "Use it at your own devices and/or with the device owner's permission.";