mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
Update tomcat-cookie-exposed.yaml
This commit is contained in:
@@ -8,17 +8,21 @@ info:
|
||||
- https://medium.com/bugbountywriteup/apache-example-servlet-leads-to-61a2720cac20
|
||||
metadata:
|
||||
verified: true
|
||||
tags: apache,tomcat,misconfig,exposure
|
||||
tags: misconfig,apache,tomcat,exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/examples/servlets/servlet/CookieExample"
|
||||
- "{{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
|
||||
|
||||
Reference in New Issue
Block a user