2022-10-12 05:44:35 +00:00
|
|
|
id: tomcat-cookie-exposed
|
2022-10-12 02:59:08 +00:00
|
|
|
|
|
|
|
info:
|
2022-10-12 05:44:35 +00:00
|
|
|
name: Tomcat Cookie Exposed
|
2022-10-12 02:59:08 +00:00
|
|
|
author: tess,dk999
|
2022-10-12 05:44:35 +00:00
|
|
|
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
|