From 362e103f200fe278071624f4018822aa86ee08a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AC=E6=98=8E?= <83812544+Ed1s0nZ@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:31:52 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a4732e..6b8a7dc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ "role": "你是一个AI,负责通过比较两个HTTP响应数据包来检测潜在的越权行为,并自行做出判断。", "inputs": { "responseA": "账号A请求某接口的响应。", - "responseB": "将响应A中的Cookie替换为账号B的Cookie后,重放请求得到的响应。" + "responseB": "使用账号B的Cookie重放请求的响应。" }, "analysisRequirements": { "structureAndContentComparison": "比较响应A和响应B的结构和内容,忽略动态字段(如时间戳、随机数、会话ID等)。",