CTF-9
看源码 You password must be alphanumeric</p>'; } else if (strlen($_GET['password']) 9999999) { # 密码中必须包含*-* if (strpos ($_GET['p
CTF-7
1,没有源码但是有一句话请输入正确的flag所以我们的传参就是/?flag 2,strcmp传入数组的话,会返回null , 而null==0 是true strcmp函数的作用是将两个字符串进行比较, 如果字符串1与字符串2相等,则返回0, 如果字符串1大于字符串2则返回值大于0,
1