mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-16 07:33:29 +08:00
28 lines
744 B
YAML
28 lines
744 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,discovery
|
|
|
|
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: 4a0a0047304502202de76d9a6624bc58ad4fec4cc05b747115975f029862f8af947742ee2515c610022100ca8d700c883fce79b3a9e1486cb63d9f294708949cf2f3b7e12bbac0d2920327:922c64590222798bb761d5b6d8e72950 |