Create etherpad-open.yaml
parent
7dd45c4544
commit
34507f10c0
|
@ -0,0 +1,26 @@
|
|||
id: etherpad-open
|
||||
|
||||
info:
|
||||
name: Etherpad open instance
|
||||
author: philippedelteil
|
||||
description: Finds Etherpad instances that allow adding new notes without authentication
|
||||
severity: low
|
||||
metadata:
|
||||
- shodan-query: http.html:"index.createOpenPad"
|
||||
tags: etherpad
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "index.createOpenPad"
|
||||
- "index.newPad"
|
||||
condition: and
|
||||
part: body
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue