Create gunicorn-detect.yml
parent
794742eb60
commit
5c87671a00
|
@ -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
|
Loading…
Reference in New Issue