Skip to content

Wiki.js Setup - Exposure

ID: wiki-js-installer

Severity: high

Author: DhiyaneshDk

Tags: install,wiki-js,exposure,misconfig

Checks for the presence of a Wiki.js Setup Page.

id: wiki-js-installer
info:
name: Wiki.js Setup - Exposure
author: DhiyaneshDk
severity: high
description: |
Checks for the presence of a Wiki.js Setup Page.
classification:
cpe: cpe:2.3:a:requarks:wiki.js:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: requarks
product: wiki.js
shodan-query: title:"Wiki.js Setup"
tags: install,wiki-js,exposure,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Wiki.js Setup</title>"
- type: status
status:
- 200
# digest: 4a0a0047304502210094dd36a28cd90ba84cd298ce61f3af2afbdb803d4f674531b7ad939d35d026670220608bfbfe4c3adb323bb777fac4844ad54609b854f755bc8441c3a2cdd546c646:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/wiki-js-installer.yaml"

View on Github