打开题目 看到信息随便输入一个数,显示错误 查看源代码 看到php代码,代码审计
<?php include config.php; // FLAG is defined in config.php if (preg_match(/config\.php\/*$/i, $_SERVER[PHP_SELF])) { exit("I dont know what you are t…
前言
vue项目中,大量使用element ui组件中的el-form来构建丰富且具有交互性的表单页面(官网:Element - The worlds most popular Vue UI framework)。el-form提供了丰富的表单控件,如输入框、下拉框、日期选择器等&am…