nuclei-templates/misconfiguration/tomcat-cookie-exposed.yaml

25 lines
600 B
YAML
Raw Normal View History

id: tomcat-cookie-exposed
2022-10-12 02:59:08 +00:00
info:
name: Tomcat Cookie Exposed
2022-10-12 02:59:08 +00:00
author: tess,dk999
severity: low
reference:
- https://medium.com/bugbountywriteup/apache-example-servlet-leads-to-61a2720cac20
2022-10-12 02:59:08 +00:00
metadata:
verified: true
tags: apache,tomcat,misconfig,exposure
2022-10-12 02:59:08 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/examples/servlets/servlet/CookieExample"
- "{{BaseURL}}/..;/examples/servlets/servlet/CookieExample"
matchers:
- type: word
words:
- "Cookies Example"
- "Your browser is sending the following cookies:"
condition: and