#代码审计
[DASCTF 2020圣诞赛]WEB-easyphp
<?php
error_reporting(E_ALL);
$sandbox = ‘/var/www/html/uploads/’ . md5($_SE
...
[BJDCTF 2nd]文件探测
源代码有提示:
<!– Inheriting and carrying forward the traditional culture of t
...
[CTF.SHOW]萌新 WEB(1~22)
不是很难。一个是为了刷分,再一个是为了巩固php基础知识,自己又温习了一遍感觉还是能学到很多。
...
[CTF.SHOW]红包题第二弹
<?php
if(isset($_GET[‘cmd’])){
$cmd=$_GET[‘cmd’];
highlight_file(__F
...
[极客大挑战2020]部分WriteUp
0x00 WEB
咕咕了好久,题太多了qwq,不知不觉一个月比完了,简单的不记了,记一些会做的题。MISC和觅?学没太玩,后期补上。
...
[Bugku]新测试靶场做题记录
0x00 serialize1
<?php
show_source(“index.php”);
//error_reporting(0);
cl
...
[BMZCTF]部分WEB题解
0x00 phar??
查看源代码提示include.php,在include页提示:the parameter is file! 🙂
看到参数是
...