From 3cc5fbdeada792a6b66496bc06a8bae27c233c56 Mon Sep 17 00:00:00 2001 From: Arman <65326024+tess-ss@users.noreply.github.com> Date: Mon, 7 Nov 2022 13:16:48 -0500 Subject: [PATCH] Create airnotifier-detect.yaml --- technologies/airnotifier-detect.yaml | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 technologies/airnotifier-detect.yaml diff --git a/technologies/airnotifier-detect.yaml b/technologies/airnotifier-detect.yaml new file mode 100644 index 0000000000..0aaf741c97 --- /dev/null +++ b/technologies/airnotifier-detect.yaml @@ -0,0 +1,34 @@ +id: airnotifier-detect + +info: + name: AirNotifier Detect + author: tess + severity: info + metadata: + verified: true + shodan-dork: http.title:"AirNotifier" + tags: detect + +requests: + - method: GET + path: + - '{{BaseURL}}/auth/login?next=%2F' + + matchers-condition: and + matchers: + - type: word + part: body + words: + - "AirNotifier" + - "Stats" + - "Server Info" + condition: and + + - type: word + part: header + words: + - text/html + + - type: status + status: + - 200