From 5c87671a004c769763b759aaa4c7e16536c52dbc Mon Sep 17 00:00:00 2001 From: Joan Bono Date: Thu, 25 Feb 2021 16:18:05 +0100 Subject: [PATCH] Create gunicorn-detect.yml --- technologies/gunicorn-detect.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 technologies/gunicorn-detect.yml diff --git a/technologies/gunicorn-detect.yml b/technologies/gunicorn-detect.yml new file mode 100644 index 0000000000..69f286e77b --- /dev/null +++ b/technologies/gunicorn-detect.yml @@ -0,0 +1,25 @@ +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