nuclei-templates/technologies/gunicorn-detect.yaml

27 lines
481 B
YAML
Raw Normal View History

2021-02-25 15:18:05 +00:00
id: gunicorn-detect
2021-09-09 13:38:13 +00:00
2021-02-25 15:18:05 +00:00
info:
name: Detect Gunicorn Server
author: joanbono
description: Gunicorn Python WSGI HTTP Server for UNIX - https://github.com/benoitc/gunicorn
severity: info
2021-09-09 13:38:13 +00:00
tags: tech,gunicorn
2021-02-25 15:18:05 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: header
regex:
- gunicorn+
extractors:
- type: kval
part: header
kval:
2021-09-09 13:38:13 +00:00
- Server