34 lines
889 B
YAML
34 lines
889 B
YAML
id: tomcat-scripts
|
|
|
|
info:
|
|
name: Apache Tomcat Example Scripts - Detect
|
|
author: Co0nan
|
|
severity: info
|
|
description: Multiple Apache Tomcat example scripts were detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
tags: apache,tomcat
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/examples/servlets/index.html"
|
|
- "{{BaseURL}}/examples/jsp/index.html"
|
|
- "{{BaseURL}}/examples/websocket/index.xhtml"
|
|
- "{{BaseURL}}/..;/examples/servlets/index.html"
|
|
- "{{BaseURL}}/..;/examples/jsp/index.html"
|
|
- "{{BaseURL}}/..;/examples/websocket/index.xhtml"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "JSP Examples"
|
|
- "JSP Samples"
|
|
- "Servlets Examples"
|
|
- "WebSocket Examples"
|
|
condition: or
|
|
|
|
# Enhanced by md on 2023/02/06
|