Create gabia-server-detect.yaml
parent
2e8532c449
commit
8f1c5f2ad2
|
@ -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
|
Loading…
Reference in New Issue