33 lines
722 B
YAML
33 lines
722 B
YAML
id: gunicorn-detect
|
|
|
|
info:
|
|
name: Detect Gunicorn Server
|
|
author: joanbono
|
|
severity: info
|
|
description: Gunicorn Python WSGI HTTP Server for UNIX
|
|
reference:
|
|
- https://github.com/benoitc/gunicorn
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,gunicorn
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: header
|
|
regex:
|
|
- gunicorn+
|
|
|
|
extractors:
|
|
- type: kval
|
|
part: header
|
|
kval:
|
|
- Server
|
|
|
|
# digest: 4b0a00483046022100d734cd5ee28bcf3cf07a75b40a69dde7ef4a488ebbddb46076cbd02dba7ae31602210097b11a6429b3e67ec8312fada1e0cffc88e40f25ad08f0814e47eda77f4abe2e:922c64590222798bb761d5b6d8e72950
|