Merge pull request #6205 from projectdiscovery/goliath-detect

Create goliath-detect.yaml
patch-1
Prince Chaddha 2022-12-04 10:32:43 +05:30 committed by GitHub
commit 8e0d3aac24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: goliath-detect
info:
name: Goliath Detection
author: geeknik
severity: info
description: |
Goliath is a non-blocking Ruby web server framework
reference:
- https://github.com/postrank-labs/goliath
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