[CTF.SHOW]红包题第二弹
<?php
if(isset($_GET[‘cmd’])){
$cmd=$_GET[‘cmd’];
highlight_file(__F
...
首届“祥云杯”网络安全大赛做题记录
记录比赛做上了、以及比完赛复现的题。感谢队友们,学到东西就是好的。
...
[Bugku]新测试靶场做题记录
0x00 serialize1
<?php
show_source(“index.php”);
//error_reporting(0);
cl
...
[BMZCTF]部分WEB题解
0x00 phar??
查看源代码提示include.php,在include页提示:the parameter is file! 🙂
看到参数是
...
[CTF.SHOW]月饼杯WEB做题记录
0x00 web1_此夜圆
<?php
error_reporting(0);
class a
{
public $uname;
publi
...
[CTF.SHOW]WEB命令执行(29-40)
0X00 29
<?php
/*
# -*- coding: utf-8 -*-
# @Author: h1xa
# @Date: 2020
...