Web - 002
备注
created by || sml
⏲️ Release Date // 2022-03-06
💀 Solvers // 840
🧩 Type // web
Obtain the flag here http://momo.hackmyvm.eu/ch4ll3ng3002/
No Bruteforce required.
直接访问的话,只能看到一句引导词和密码输入框,查看原始返回包
<!doctype html>
<html lang="en">
<title>002</title>
Password to obtain the flag.
<form class="form-signin" action="passcheck.php" method="post">
<input type="password" name="password" id="password" placeholder="Password" required>
<input type="submit" value="Send">
<!-- isthisthepassword? -->
</form>
</body>
</html>
得到密码:isthisthepassword?
将得到的密码提交上去,即可得到flag
HMV{thatwasreallyeazy}