Merge pull request #5644 from tess-ss/patch-24

Create tomcat-scripts-cookie.yaml
patch-1
Prince Chaddha 2022-10-14 16:55:25 +05:30 committed by GitHub
commit 198bb404dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: tomcat-cookie-exposed
info:
name: Tomcat Cookie Exposed
author: tess,dk999
severity: low
reference:
- https://medium.com/bugbountywriteup/apache-example-servlet-leads-to-61a2720cac20
metadata:
verified: true
tags: misconfig,apache,tomcat,exposure
requests:
- method: GET
path:
- "{{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