From e108677d32fe72fcbf649cd22e2af963fa15aad2 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Fri, 14 Oct 2022 16:53:42 +0530 Subject: [PATCH] Update tomcat-cookie-exposed.yaml --- misconfiguration/tomcat-cookie-exposed.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/misconfiguration/tomcat-cookie-exposed.yaml b/misconfiguration/tomcat-cookie-exposed.yaml index 9ce304b6974..4ae6c116db1 100644 --- a/misconfiguration/tomcat-cookie-exposed.yaml +++ b/misconfiguration/tomcat-cookie-exposed.yaml @@ -8,17 +8,21 @@ info: - https://medium.com/bugbountywriteup/apache-example-servlet-leads-to-61a2720cac20 metadata: verified: true - tags: apache,tomcat,misconfig,exposure + tags: misconfig,apache,tomcat,exposure requests: - method: GET path: - "{{BaseURL}}/examples/servlets/servlet/CookieExample" - - "{{BaseURL}}/..;/examples/servlets/servlet/CookieExample" + matchers-condition: and matchers: - type: word words: - "Cookies Example" - "Your browser is sending the following cookies:" condition: and + + - type: status + status: + - 200