nuclei-templates/http/technologies/gabia-server-detect.yaml

36 lines
582 B
YAML
Raw Normal View History

2024-05-29 08:42:11 +00:00
id: gabia-server-detect
info:
name: Gabia Server - Detection
author: jadu101
severity: info
description: |
Detects gabia web server.
metadata:
verified: true
max-request: 1
shodan-query: "Server: gabia"
tags: tech,gabia,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: header
regex:
- "Server: gabia"
- type: status
status:
- 200
extractors:
- type: kval
part: header
kval:
- Server