From 492a5f7e0cb9882d5079007f82b3b2f64cd72064 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Thu, 15 Jun 2023 22:22:02 +0530 Subject: [PATCH] Update CVE-2004-1965.yaml --- http/cves/2004/CVE-2004-1965.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/http/cves/2004/CVE-2004-1965.yaml b/http/cves/2004/CVE-2004-1965.yaml index dfe2c7e182..31000bcb59 100644 --- a/http/cves/2004/CVE-2004-1965.yaml +++ b/http/cves/2004/CVE-2004-1965.yaml @@ -22,10 +22,10 @@ info: http: - method: GET path: - - "{{BaseURL}}/index.php?redirect=http%3A%2F%2Fwww.evil.com" + - "{{BaseURL}}/index.php?redirect=http%3A%2F%2Fwww.interact.sh" matchers: - type: regex part: header regex: - - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)evil\.com\/?(\/|[^.].*)?$' + - '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$'