Detect Gunicorn Server
ID: gunicorn-detect
Severity: info
Author: joanbono
Tags: tech,gunicorn
Description
Section titled “Description”Gunicorn Python WSGI HTTP Server for UNIX
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/gunicorn-detect.yaml"