'[网鼎杯 2018]Comment'
# [网鼎杯 2018] Comment
### 知识点
git 泄露
SQL 二次注入
SQL 文件读取
特殊文件识别和利用
用 githack 将文件下载下来:
<?phpinclude "mysql.php";session_start();if($_SESSION['login'] != 'yes'){ header("Location: ./login.php");...
more...