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