管理员

Track-子羽

0关注
51粉丝
55文章
返回网站首页

您已发布 55篇文章作品写文章

CTF-36解题思路

### 源码分析 ```php <?php error_reporting(0); include("flag.php"); if(isset($_GET['r'])){ $r = $_GET['r']; mt_sran

 2021-11-22
 0 
 977 

CTF-35解题思路

### 源码分析 ```php <h3>挑战VIP会员的第三天<h3/> <?php error_reporting(0); include('flag.php'); if(isset($_GET['token'])){#CTL{

 2021-11-22
 0 
 1024 

CTF-34解题思路

源码分析<h3>挑战VIP会员的第二天<h3/><?phperror_reporting(0);highlight_file(__FILE__);include('flag.php');class ctfShowUser{ public $username='xxxxxx';

 2021-11-22
 0 
 946 

CTF-12解题思路

## 源码分析 ```php <?php echo "猜猜正确的flag是什么"; $flag = "flag{xxxxxxxxxxxxxxxxxxxxxxxxxxxx}"; if (isset($_GET['flag'])) { #CTL{

 2021-11-21
 0 
 990 

CTF-33解题思路

### 源码分析: ```php <h3>挑战VIP会员的第一天<h3/> <?php error_reporting(0); highlight_file(__FILE__); include('flag.php');#CTL{

 2021-11-17
 0 
 1104 

CTF-32解题思路

### 源码分析: ```php <?php //取反 include('flag.php'); highlight_file(__FILE__); if(isset($_GET['v1']) && isset($_GET['v2']) &am

 2021-11-17
 0 
 999 

CTF-31解题思路

### 源码分析: ```php <?php highlight_file(__FILE__); error_reporting(0); include("flag.php"); function getFlag(&$v1,&$v2

 2021-11-17
 0 
 895 

CTF-30解题思路

### 源码分析: ```php <?php include('flag.php'); highlight_file(__FILE__); error_reporting(0); function filter($num) { $num=str_

 2021-11-17
 0 
 848 

CTF-29解题思路

### 源码分析: ```php <?php error_reporting(0); highlight_file(__FILE__); function filter($file) { if(preg_match('/compress|root|zip|con

 2021-11-17
 0 
 888 

CTF-28解题思路

### 源码分析: ```php <?php highlight_file(__FILE__); include("flag.php"); //flag in class flag; $ctfshow = new ctfshow(); #CTL

 2021-11-17
 0 
 923