原文:[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