nuclei-templates/exposed-panels/geoserver-login-panel.yaml

45 lines
909 B
YAML
Raw Normal View History

2022-06-14 10:23:56 +00:00
id: geoserver-login-panel
info:
name: GeoServer Login Panel - Detect
2022-06-14 10:23:56 +00:00
author: ritikchaddha
severity: info
description: GeoServer login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
2022-06-14 10:23:56 +00:00
metadata:
2022-06-14 11:30:01 +00:00
verified: true
2022-06-14 10:23:56 +00:00
shodan-query: title:"GeoServer"
tags: panel,geoserver
requests:
- method: GET
path:
2022-06-14 10:27:26 +00:00
- "{{BaseURL}}/web"
- "{{BaseURL}}/geoserver/web/"
2022-06-14 10:23:56 +00:00
host-redirects: true
2022-06-14 10:23:56 +00:00
max-redirects: 2
2022-06-14 11:30:01 +00:00
stop-at-first-match: true
2022-06-14 10:23:56 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>GeoServer: Welcome</title>"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
2022-06-14 11:30:01 +00:00
- '<span>GeoServer ([0-9.]+)'
# Enhanced by md on 2022/11/15