#web
[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( ...
[CTF.SHOW]各种泄露题
晚上无聊刷了下。 0x00 源码泄露 查看源代码,不多说。 ...
[BMZCTF]WEB_penetration
<?php highlight_file(__FILE__); if(isset($_GET[‘ip’])){ $ip = $_GET[‘ip’ ...