Gabia Server - Detection
ID: gabia-server-detect
Severity: info
Author: jadu101
Tags: tech,gabia,detect
Description
Section titled “Description”Detects gabia web server.
YAML Source
Section titled “YAML Source”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# digest: 4b0a00483046022100d4ff20c983fb94c6fdf17af6d34b11214ae28e4e79c85d929f4f8ad25e1717ce022100a083dfdf41843a8a572f9b102d238febb56e99f0819d9c52d5a5809ec9385724: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/technologies/gabia-server-detect.yaml"