diff --git a/src/system/betatest.cpp b/src/system/betatest.cpp index 1e1cf4a..5978727 100644 --- a/src/system/betatest.cpp +++ b/src/system/betatest.cpp @@ -5,7 +5,7 @@ bool checkBetaTest() { - std::string betaFlag = "4re_Y0u_53ri0usly_checking_f0r_b3t4_t3sT?"; + std::string betaFlag = "7h1s_i5_n0t_a_b3t4_tE5t_k3y"; std::string tmp; int result = -1; @@ -17,7 +17,7 @@ bool checkBetaTest() if (betaFile) { betaFile >> tmp; - result = tmp.compare("GKSK{" + betaFlag + "}"); + result = tmp.compare("SlashRootCTF{" + betaFlag + "}"); } } catch(...)