Vercel
Description
When you open the target page and see the following prompt, and the packet capture shows a request to
/.well-known/vercel/security/request-challenge, and_vcrcsexists incookies, it meansvercelverification is present
Request URL (POST):
Universal
https://wtf.red/api/vercel
Request Headers:
x-api-key
User secret, get from homepage
Yes
Content-Type
application/json
Yes
POST Data (JSON):
href
String
Page URL that triggers vercel verification
Yes
proxy
String
Proxy must be consistent, use overseas proxy, format: ip:port or usr:pwd@ip:port (contact admin if issues)
No
user_agent
String
Custom user_agent
No
timeout
Integer
Verification timeout
No
json example
{
"href": "https://faucet.story.foundation/",
"proxy": "user:pass@ip:port"
}Response Data (JSON):
Submit verification (submit=true)
status
String
Submission status, success or fail
message
String
Status description
verify_token
String
Token for verification, use in subsequent requests
Last updated