Merge pull request #6197 from pdelteil/patch-116

Create etherpad-open.yaml
patch-1
Dhiyaneshwaran 2022-12-01 12:39:22 +05:30 committed by GitHub
commit 8485e0d6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

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