Web - 054
备注
created by || eMVee
⏲️ Release Date // 2023-11-30
💀 Solvers // 21
🧩 Type // web
Obtain the flag here http://momo.hackmyvm.eu/f0rw4rd
Accept: */*
User-Agent: Thunder Client (https://www.thunderclient.com)
X-Forwarded-For: 127.0.0.1
修改请求头即可
<!DOCTYPE html>
<html>
<head>
<title>Welcome to the Admin Portal</title>
</head>
<body>
<h1>Welcome to the Admin Portal</h1>
<p>Here is your flag: HMV{Pay-it-FORWARD-x!}</p>
</body>
</html>
看样子是直接PHP解析Headers,分析请求头啊