nuclei-templates/misconfiguration/unauthenticated-mongo-expre...

23 lines
449 B
YAML

id: unauthenticated-mongo-express.yaml
info:
name: Mongo Express Unauthenticated
author: dhiyaneshDK
severity: high
reference: https://www.exploit-db.com/ghdb/5684
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/mongo-express/'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Home - Mongo Express</title>'
- type: status
status:
- 200