Advertisement

CTF-web练习记录(狼组/BUUCTF)

阅读量:

CTF-web做题记录(狼组/BUUCTF)【一】

WEB

1、ctf.wgpsec 你可能需要一部iphone

题目如下

image-20201013112516321

考察点:user-agent ,burp改为iphone的user-agent,发包得到flag

image-20201013112639850
2、ctf.wgpsec baby php

坑:代码理解错误,淦

考察点:代码理解,根据代码本身绕过

复制代码
    <?php
    
    highlight_file('source.txt');
    echo "<br><br>";
    
    $flag = 'xxxxxxxx';
    $msg_giveme = 'Give me the flag!';
    $msg_getout = 'No t

全部评论 (0)

还没有任何评论哟~