Create etherpad-open.yaml

patch-1
Philippe Delteil 2022-12-01 00:22:59 -05:00 committed by GitHub
parent 7dd45c4544
commit 34507f10c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -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