nuclei-templates/misconfiguration/unauth-etherpad.yaml

31 lines
608 B
YAML
Raw Normal View History

id: unauth-etherpad
2022-12-01 05:22:59 +00:00
info:
name: Unauthenticated Etherpad
2022-12-01 05:22:59 +00:00
author: philippedelteil
severity: low
description: |
Finds Etherpad instances that allow adding new notes without authentication.
2022-12-01 05:22:59 +00:00
metadata:
verified: true
shodan-query: http.html:"index.createOpenPad"
tags: etherpad,misconfig,unauth
2022-12-01 05:22:59 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
2022-12-01 05:22:59 +00:00
matchers-condition: and
matchers:
- type: word
part: body
2022-12-01 05:22:59 +00:00
words:
- "index.createOpenPad"
- "index.newPad"
condition: and
2022-12-01 05:22:59 +00:00
- type: status
status:
- 200