Merge pull request #483 from securitytime/patch-1

Update Beaprint.cs
This commit is contained in:
SirBroccoli 2025-07-01 16:23:13 +02:00 committed by GitHub
commit 41128808a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ namespace winPEAS.Helpers
public static string ansi_current_user = MAGENTA; public static string ansi_current_user = MAGENTA;
private static string Advisory = 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. " + "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."; "Use it at your own devices and/or with the device owner's permission.";