#web
[DASCTF 2022]WEB-ezpop
题目如下:
<?php
class crow
{
public $v1;
public $v2;
function e
...
[极客大挑战2021]部分WriteUp
一年一度。
...
[CTF.SHOW]baby杯WEB题解
喜欢这次baby赛,适合我这种萌萌^^。
0x00 baby_captcha
[无脑] 这里是超链接 指向弱口令字典。
...
[CTF.SHOW]大牛杯-easy_unserialize
<?php
/*
# -*- coding: utf-8 -*-
# @Author: h1xa
# @Date: 2021-04-22 17:4
...
[BSidesCF 2020]Hurdles
首页提示:
You’ll be rewarded with a flag if you can make it over some /hurdles.
...
[WMCTF2020]Make PHP Great Again
<?php
highlight_file(__FILE__);
require_once ‘flag.php’;
if(isset($_GET[‘fil
...
[红明谷CTF 2021]write_shell
题目如下:
<?php
error_reporting(0);
highlight_file(__FILE__);
function check(
...