Create gabia-server-detect.yaml

patch-3
Dhiyaneshwaran 2024-05-29 14:12:11 +05:30 committed by GitHub
parent 2e8532c449
commit 8f1c5f2ad2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
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