28 lines
732 B
YAML
28 lines
732 B
YAML
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
|
|
# digest: 490a00463044022001a724774fd5edf512cecc0776374a7fe5dd50c53ae8c0fa9967bfe6fbbd299c02201363f742a5f7cff6393c7d7f704f808f73e20b3187b97ff420def6a38fa92cc8:922c64590222798bb761d5b6d8e72950 |