Create knowledgetree-installer.yaml
parent
10ea57ab88
commit
27a706144e
|
@ -0,0 +1,27 @@
|
||||||
|
id: knowledgetree-installer
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: KnowledgeTree Installer Exposure
|
||||||
|
author: ritikchaddha
|
||||||
|
severity: high
|
||||||
|
metadata:
|
||||||
|
max-request: 1
|
||||||
|
verified: true
|
||||||
|
shodan-query: title:"KnowledgeTree Installer"
|
||||||
|
tags: misconfig,knowledgetree,install,exposure
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}/setup/wizard/'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- '<title>KnowledgeTree Installer'
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue