nuclei-templates/technologies/goliath-detect.yaml

33 lines
577 B
YAML
Raw Normal View History

2022-12-02 06:17:43 +00:00
id: goliath-detect
info:
name: Goliath Detection
author: geeknik
severity: info
description: |
2022-12-02 06:19:49 +00:00
Goliath is a non-blocking Ruby web server framework
reference:
- https://github.com/postrank-labs/goliath
2022-12-02 06:17:43 +00:00
metadata:
verified: true
shodan-query: 'Server: Goliath'
tags: tech,goliath
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: header
regex:
- Goliath+
extractors:
- type: kval
part: header
kval:
- Server