PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.| www.php.net
Curious about PHP’s quirks? Discover how type juggling, loose comparisons, dynamic properties, and other oddities can trip you up—plus what’s changed in PHP 8 to fix (or introduce) new surprises.| This Dot Labs
PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.| www.php.net
CakeCTF 2022が9/3 14:00 - 9/4 14:00(JST)の日程で開催されました. webを解いていたので, そのwriteupを以下に記します. [web] CakeGEAR(104 solves) [web] OpenBio(50 solves) [web] CakeGEAR(104 solves) $_SESSION['admin']がtrueになればflagが取れるようです. if ($_SESSION['admin'] === true) { $mode = 'admin'; $flag = file_get_contents("/flag.txt"); } else { $mode = 'guest'; $flag = "***** Access Denied *****"; } usernameをgodmodeまたはadminとしてログイ...| melonattacker.github.io