2021-03-07 13:46:30 +00:00
|
|
|
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
|
2021-03-07 13:46:30 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}'
|
|
|
|
- '{{BaseURL}}/mongo-express/'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<title>Home - Mongo Express</title>'
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|