commit
8485e0d6ba
|
@ -0,0 +1,30 @@
|
||||||
|
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
|
||||||
|
shodan-query: http.html:"index.createOpenPad"
|
||||||
|
tags: etherpad,misconfig,unauth
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "index.createOpenPad"
|
||||||
|
- "index.newPad"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue