Skip to content

GeoWebServer Detector Panel - Detect

ID: geo-webserver-detect

Severity: info

Author: dhiyaneshDK,daffainfo

Tags: panel,geowebserver,tech

GeoWebServer Detector panel was detected.

id: geo-webserver-detect
info:
name: GeoWebServer Detector Panel - Detect
author: dhiyaneshDK,daffainfo
severity: info
description: GeoWebServer Detector 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
cwe-id: CWE-200
metadata:
verified: true
max-request: 1
shodan-query: http.title:"GeoWebServer"
tags: panel,geowebserver,tech
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<TITLE>GeoWebServer</TITLE>"
extractors:
- type: regex
part: header
group: 1
regex:
- 'Server: GeoWebServer ([0-9.]+)'
# digest: 4a0a004730450221009fe33d7ea99a1a893e82667370cbd196fd58b3707d93d58558b37d0b9b597dc002200f9321fb4508b9a1521dd4a5263210f6c82520042c5c5357e688077e88d8e34b:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/technologies/geo-webserver-detect.yaml"

View on Github