From f295f578ee906fed3cdb2b6076d87069a384ab1e Mon Sep 17 00:00:00 2001 From: Omri Inbar Date: Wed, 14 Oct 2020 11:20:58 +0300 Subject: [PATCH] Wasn't working because it was the wrong char changed the ' to " in matcher --- generic-detections/basic-xss-prober.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic-detections/basic-xss-prober.yaml b/generic-detections/basic-xss-prober.yaml index ebebdf4a57..2ae18665f3 100644 --- a/generic-detections/basic-xss-prober.yaml +++ b/generic-detections/basic-xss-prober.yaml @@ -15,4 +15,4 @@ requests: matchers: - type: word words: - - "'>" + - "\">"