32 lines
828 B
YAML
32 lines
828 B
YAML
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
|
|
max-request: 1
|
|
tags: misconfig,apache,tomcat,exposure
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4b0a0048304602210086d20ecd21fff8730e99e59eb3af0895713bbab84dc1f2cf2db626a76bb10418022100f20067e0a5e048001a61e728cf2a9f21b3436092478cbc6c690ca982f39023ef:922c64590222798bb761d5b6d8e72950
|