From 00eca9b8777b17e983cb5ffbd202598c7c72ca93 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 4 Feb 2022 23:45:48 +0530 Subject: [PATCH] Update addeventlistener-detect.yaml --- miscellaneous/addeventlistener-detect.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miscellaneous/addeventlistener-detect.yaml b/miscellaneous/addeventlistener-detect.yaml index c1bc920d1c..2d66e25559 100644 --- a/miscellaneous/addeventlistener-detect.yaml +++ b/miscellaneous/addeventlistener-detect.yaml @@ -2,7 +2,7 @@ id: addeventlistener-detect info: name: DOM EventListener detection - author: yavolo, dwisiswant0 + author: yavolo,dwisiswant0 severity: info tags: xss,misc reference: https://portswigger.net/web-security/dom-based/controlling-the-web-message-source @@ -16,4 +16,4 @@ requests: - type: regex part: body regex: - - (([\w\_]+)\.)?add[Ee]vent[Ll]istener\(["']?[\w\_]+["']? # Test cases: https://www.regextester.com/?fam=121118 \ No newline at end of file + - (([\w\_]+)\.)?add[Ee]vent[Ll]istener\(["']?[\w\_]+["']? # Test cases: https://www.regextester.com/?fam=121118