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

24 lines
470 B
YAML
Raw Normal View History

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