Wiki.js Setup - Exposure
ID: wiki-js-installer
Severity: high
Author: DhiyaneshDk
Tags: install,wiki-js,exposure,misconfig
Description
Section titled “Description”Checks for the presence of a Wiki.js Setup Page.
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/misconfiguration/installer/wiki-js-installer.yaml"