Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions http/exposed-panels/molgenis-panel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
id: molgenis-panel

info:
name: Molgenis Panel - Exposure
author: matejsmycka
severity: info
description: |
Molgenis emx2 data platform is a software that provides a web-based interface for managing and analyzing data. It might contain sensitive information without authentication.
reference:
- https://molgenis.org/
- https://github.com/molgenis/molgenis-emx2
metadata:
verified: true
max-request: 1
shodan-query: html:"MOLGENIS"
tags: panel,molgenis,login,emx2

http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/api"

stop-at-first-match: true
host-redirects: true
max-redirects: 2

matchers-condition: and
matchers:
- type: word
part: body
words:
- "molgenis-"
- "Welcome to MOLGENIS EMX2 POC"
condition: or

- type: status
status:
- 200

extractors:
- type: regex
part: body
group: 1
regex:
- 'v([0-9]+\.[0-9]+\.[0-9]+)'
Loading