nuclei-templates/technologies/gunicorn-detect.yaml

26 lines
459 B
YAML

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