diff --git a/pwn/deprecated-hms/setup/challenge.py b/pwn/deprecated-hms/setup/challenge.py index 26048f1..4bb3a2e 100644 --- a/pwn/deprecated-hms/setup/challenge.py +++ b/pwn/deprecated-hms/setup/challenge.py @@ -16,7 +16,7 @@ class bcolors: print(""" {0}||==============================================================================|| || Warnng: This application is using python2 and is deprecated. || -|| Please do not use in production. || +|| Please do not use in any production environments || || Contains potential security vulnerabilities. || ||==============================================================================||{1} """.format(bcolors.WARNING, bcolors.ENDC))