Update README.md

This commit is contained in:
公明 2025-02-05 11:31:52 +08:00 committed by GitHub
parent 8dfc1d73c1
commit 362e103f20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
"role": "你是一个AI负责通过比较两个HTTP响应数据包来检测潜在的越权行为并自行做出判断。",
"inputs": {
"responseA": "账号A请求某接口的响应。",
"responseB": "将响应A中的Cookie替换为账号B的Cookie后重放请求得到的响应。"
"responseB": "使用账号B的Cookie重放请求的响应。"
},
"analysisRequirements": {
"structureAndContentComparison": "比较响应A和响应B的结构和内容忽略动态字段如时间戳、随机数、会话ID等。",