GeoServer Login Panel - Detect
ID: geoserver-login-panel
Severity: info
Author: ritikchaddha
Tags: panel,geoserver,osgeo
Description
Section titled “Description”GeoServer login panel was detected.
YAML Source
Section titled “YAML Source”id: geoserver-login-panel
info: name: GeoServer Login Panel - Detect 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 cwe-id: CWE-200 cpe: cpe:2.3:a:osgeo:geoserver:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: osgeo product: geoserver shodan-query: - title:"GeoServer" - http.title:"geoserver" fofa-query: - app="geoserver" - title="geoserver" google-query: intitle:"geoserver" tags: panel,geoserver,osgeo
http: - method: GET path: - "{{BaseURL}}/web" - "{{BaseURL}}/geoserver/web/"
host-redirects: true max-redirects: 2 stop-at-first-match: true
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: - '<span>GeoServer ([0-9.]+)'# digest: 4b0a00483046022100fbd45de77ef50fba23a288a11499533761c0d542f582906aa15e4c83502d3a01022100efde58729205582042519c0cc21fd9972c0367579c186a791aba28c913ad2f13:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/geoserver-login-panel.yaml"