Create wiki-js-installer.yaml
parent
7f8961f6ff
commit
b8d5f920a0
|
@ -0,0 +1,29 @@
|
||||||
|
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.
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
max-request: 1
|
||||||
|
shodan-query: title:"Wiki.js Setup"
|
||||||
|
tags: install,openfire,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
|
Loading…
Reference in New Issue