34 lines
816 B
YAML
34 lines
816 B
YAML
id: unauth-etherpad
|
|
|
|
info:
|
|
name: Unauthenticated Etherpad
|
|
author: philippedelteil
|
|
severity: low
|
|
description: |
|
|
Finds Etherpad instances that allow adding new notes without authentication.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.html:"index.createOpenPad"
|
|
tags: etherpad,misconfig,unauth
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "index.createOpenPad"
|
|
- "index.newPad"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 490a00463044022030cf89dd6dab15de5f6f97d89f3339351f94550f2ce4d86fc477a526e3825cc502204513585aa41b3fd6b4103597748ffbdd14eb2b42157551e0647d6c49b0861d2f:922c64590222798bb761d5b6d8e72950
|