From 8d6608780c74a4c213d3acd6476595613f963076 Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Thu, 3 Oct 2024 13:21:56 +0200 Subject: [PATCH] Add files via upload --- http/technologies/wiki-js-detect.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 http/technologies/wiki-js-detect.yaml diff --git a/http/technologies/wiki-js-detect.yaml b/http/technologies/wiki-js-detect.yaml new file mode 100644 index 0000000000..a1e3935b0f --- /dev/null +++ b/http/technologies/wiki-js-detect.yaml @@ -0,0 +1,27 @@ +id: wiki-js-detect + +info: + name: Wiki.js - Detect + author: righettod + severity: info + description: | + Wiki.js was detected. + reference: + - https://js.wiki/ + metadata: + verified: true + max-request: 1 + shodan-query: http.html:"wiki.js" + tags: tech,wiki-js,detect + +http: + - method: GET + path: + - "{{BaseURL}}/_assets/js/app.js" + + matchers: + - type: dsl + dsl: + - 'status_code == 200' + - 'contains_all(to_lower(body), "wiki.js - wiki.js.org", "window.wiki")' + condition: and