mirror of
https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite.git
synced 2025-12-06 09:01:29 +00:00
Update Beaprint.cs
A space character is missing here: "... educational purposes only.Any misuse of this software ..."
This commit is contained in:
@@ -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.";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user