From a734d9f5fd3ffb11415c877032b7e41f5987a2de Mon Sep 17 00:00:00 2001 From: s3nn Date: Sun, 30 Jun 2024 17:03:49 +0300 Subject: [PATCH] pwn(deprecated-hms): attempt fix #2 --- pwn/deprecated-hms/setup/challenge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))