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

29 lines
616 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
2022-10-14 11:23:42 +00:00
tags: misconfig,apache,tomcat,exposure
2022-10-12 02:59:08 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/examples/servlets/servlet/CookieExample"
2022-10-14 11:23:42 +00:00
matchers-condition: and
2022-10-12 02:59:08 +00:00
matchers:
- type: word
words:
- "Cookies Example"
- "Your browser is sending the following cookies:"
condition: and
2022-10-14 11:23:42 +00:00
- type: status
status:
- 200