Skip to content

Detect Gunicorn Server

ID: gunicorn-detect

Severity: info

Author: joanbono

Tags: tech,gunicorn

Gunicorn Python WSGI HTTP Server for UNIX

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: 490a0046304402200e8c605cb3b64dd7f736d012a5d10aa0b11bcdfd21c2d76a4353bab36b454ff70220561b5ccfd688261b52d19bf3af9c6bece08187c50f4ee530d8cf084aaebd033e:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/gunicorn-detect.yaml"

View on Github