Create gunicorn-detect.yml

patch-1
Joan Bono 2021-02-25 16:18:05 +01:00 committed by GitHub
parent 794742eb60
commit 5c87671a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: gunicorn-detect
info:
name: Detect Gunicorn Server
author: joanbono
description: Gunicorn Python WSGI HTTP Server for UNIX - https://github.com/benoitc/gunicorn
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: header
regex:
- gunicorn+
extractors:
- type: kval
part: header
kval:
- Server