30 lines
552 B
YAML
30 lines
552 B
YAML
|
id: drawio-flowchartmaker-panel
|
||
|
|
||
|
info:
|
||
|
name: Draw.io Flowchart Maker
|
||
|
author: princechaddha
|
||
|
severity: info
|
||
|
reference:
|
||
|
- https://github.com/jgraph/drawio
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: http.title:"Flowchart Maker"
|
||
|
tags: panel,drawio,oss
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<title>Flowchart Maker & Online Diagram Software</title>"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|