36 lines
928 B
YAML
36 lines
928 B
YAML
id: unauth-etherpad
|
|
|
|
info:
|
|
name: Unauthenticated Etherpad
|
|
author: philippedelteil
|
|
severity: low
|
|
description: |
|
|
Finds Etherpad instances that allow adding new notes without authentication.
|
|
classification:
|
|
cpe: cpe:2.3:a:etherpad:etherpad:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: etherpad
|
|
product: etherpad
|
|
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: 490a00463044022058bb95c2762ed3a1b725ca9964599f6176f9b9fba32478e8133fcc5da7364893022027d10f15b39cb05fed62e3c760c3a8d0fc2e1a35ea26bdd6a83edf1b68d544de:922c64590222798bb761d5b6d8e72950 |