摘要: 想起有次做到这样一道题: 由代码可知要得到flag需要str1=str2且a!=b a,b是POST的方式得到,hack,rep是GET方式得到 题中的hash函数: string hash ( string $algo , string $data [, bool $raw_output = fa 阅读全文
posted @ 2020-08-09 21:50 kakeruj 阅读(1751) 评论(0) 推荐(0)
摘要: $GLOBALS ———— 引用全局作用域中可用的全部变量 用法:var_dump($GLOBALS); global ———— global $d;//声明了个全局变量$d,函数外部可以调用$d 在CTF中的应用: 简单的一道题 在var_dump()中看到$$args,可尝试令args=GLOB 阅读全文
posted @ 2020-08-09 20:20 kakeruj 阅读(305) 评论(0) 推荐(0)