原文:[Zer0pts2020]Can you guess it?

源码 根据题目提示,flag在config.php文件中,通过 source读取 SERVER PHP SELF 返回的是当前正在执行的脚本的名字 basename path home.php gt home.php 如果是 index.php config.php ,则 SERVER PHP SELF 返回 index.php config.php 即 index.php config.php运 ...

2020-09-18 17:21 0 635 推荐指数:

查看详情

BUUCTF--[Zer0pts2020]easy strcmp

测试文件:https://wwa.lanzous.com/i54G4drrp1i 代码分析 打开IDA看了下main函数 这里就是将a2[1]与zer0pts{********CENSORED********}比较,a2[1]是我们的输入。 找到对输入字符串变换处 ...

Thu Jun 18 05:51:00 CST 2020 0 665
刷题记录:[Zer0pts2020]phpNantokaAdmin

题目复现链接:https://buuoj.cn/challenges 参考链接:Zer0pts CTF 2020 sqlite bypass技巧 select的时候,当列名用空白字符隔开时,sqlite只会把空格之前的字符当做列名,并且忽视空格后的字符 []和'、"、`、一样 ...

Sat May 09 01:34:00 CST 2020 0 668
mongodb you can't add a second

问题信息: Due to limitations of the com.mongodb.BasicDBObject, you can't add a second 'createTime' expression specified as 'createTime : { "$lt ...

Wed Mar 21 03:39:00 CST 2018 0 2301
Can you solve this equation? 详细解答

你的支持是我最大的动力,你的意见是我前进的导航。 Problem Description Now,given the equation 8*x^4 + 7*x^3 + 2*x^2 + 3*x + 6 == Y,can ...

Wed Jan 16 22:34:00 CST 2013 0 7468
Can you answer these queries III(线段树)

Can you answer these queries III(luogu) Description 维护一个长度为n的序列A,进行q次询问或操作 0 x y:把Ax改为y 1 x y:询问区间【l,r】的最大子段和 数据范围:n,q<=5e4,-1e4<=Ai< ...

Fri Jan 31 20:01:00 CST 2020 0 296
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM