Bugku CTF web3(Web)

0. Open the web page and view the PHP source code

$what=$_GET['what'];
echo $what;
if($what=='flag')
echo 'flag{****}';

Use the GET method to upload the parameter what=flag

1. Get the flag: flag{b201fba34aa17859887d45dc5b248bae}

Guess you like

Origin blog.csdn.net/ChaoYue_miku/article/details/113812028