From a0f5c6316ae9df729789e7253c93486605adc3f9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 22 Jan 2023 01:03:22 +0100 Subject: [PATCH 1/2] Add support to detect Tornado --- technologies/tech-detect.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/technologies/tech-detect.yaml b/technologies/tech-detect.yaml index d8cd8d793c..11e76fbd7f 100644 --- a/technologies/tech-detect.yaml +++ b/technologies/tech-detect.yaml @@ -3675,3 +3675,9 @@ requests: part: header words: - "X-Powered-By: Sails" + + - type: word + name: tornado + part: header + words: + - "TornadoServer/"