2023-11-08 03:41:16 +00:00
|
|
|
id: tomcat-stacktraces
|
2023-11-11 17:33:54 +00:00
|
|
|
|
2023-11-08 03:41:16 +00:00
|
|
|
info:
|
|
|
|
name: Tomcat Stack Traces Enabled
|
2023-11-11 17:33:54 +00:00
|
|
|
author: lucky0x0d
|
2023-11-08 03:41:16 +00:00
|
|
|
severity: info
|
|
|
|
description: |
|
2023-11-11 06:37:35 +00:00
|
|
|
Examine whether Tomcat stack traces are turned on by employing a designated problematic pattern.
|
2024-09-10 09:08:16 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:apache:tomcat:*:*:*:*:*:*:*:*
|
2023-11-08 03:41:16 +00:00
|
|
|
metadata:
|
2023-11-11 06:37:35 +00:00
|
|
|
verified: true
|
2023-11-08 03:41:16 +00:00
|
|
|
max-request: 1
|
2024-09-10 08:22:50 +00:00
|
|
|
vendor: apache
|
2024-09-10 09:08:16 +00:00
|
|
|
product: tomcat
|
|
|
|
shodan-query: title:"Apache Tomcat"
|
2024-01-14 09:21:50 +00:00
|
|
|
tags: misconfig,tech,tomcat,apache
|
2023-11-08 03:41:16 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/?f=\['
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2023-11-11 06:37:35 +00:00
|
|
|
- 'contains(body, "tomcat")'
|
|
|
|
- 'contains(body, "org.apache")'
|
2023-11-08 03:41:16 +00:00
|
|
|
- status_code == 400
|
|
|
|
condition: and
|
2024-09-12 05:14:01 +00:00
|
|
|
# digest: 4a0a00473045022051b8c91fbecde333380a9fee98ecc94491131fad600864b6cc7917ed3b74a0a0022100f61490dbe9ab728a0ea11de7aee2e213be6ca30d7c94030da1c2efe1b5693f1a:922c64590222798bb761d5b6d8e72950
|