代码审计
49 篇文章
[红明谷CTF 2021]write_shell
题目如下: <?php error_reporting(0); highlight_file(__FILE__); function check( ...
[BMZCTF]WEB_penetration
<?php highlight_file(__FILE__); if(isset($_GET[‘ip’])){ $ip = $_GET[‘ip’ ...
[SUCTF 2019]EasyWeb
题目源码如下: <?php function get_the_flag(){ // webadmin will remove your u ...
[CTF.SHOW]大吉大利杯-veryphp
这是萌萌我第一次出题,不是很难,还请师父们多多指教^^。 ...
密码保护:[CTF.SHOW]WEB入门-反序列化做题记录(254~265)
此内容受密码保护。如需查阅,请在下列字段中输入您的密码。 ...
[羊城杯2020]easyphp
<?php $files = scandir(‘./’); foreach($files as $file) { if ...
[DASCTF 2020圣诞赛]WEB-easyphp
<?php error_reporting(E_ALL); $sandbox = ‘/var/www/html/uploads/’ . md5($_SE ...