Skip to content

SeedDMS Login Panel - Detect

ID: seeddms-panel

Severity: info

Author: pussycat0x,daffainfo

Tags: panel,seeddms,login

SeedDMS login panel was detected.

id: seeddms-panel
info:
name: SeedDMS Login Panel - Detect
author: pussycat0x,daffainfo
severity: info
description: SeedDMS login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:seeddms:seeddms:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: seeddms
product: seeddms
shodan-query:
- http.title:"SeedDMS"
- http.title:"seeddms"
fofa-query: title="seeddms"
google-query: intitle:"seeddms"
tags: panel,seeddms,login
http:
- method: GET
path:
- "{{BaseURL}}/out/out.Login.php?referuri=%2Fout%2Fout.ViewFolder.php"
- "{{BaseURL}}/dms/out/out.Login.php?referuri=%2Fout%2Fout.ViewFolder.php"
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'href="/out/out.ViewFolder.php">SeedDMS</a>'
- 'href="../out/out.ViewFolder.php?folderid=1">SeedDMS</a>'
condition: or
- type: status
status:
- 200
# digest: 4b0a00483046022100f235949f380f7a418734fb1211403cc10447925626d9232d1670782c8de005ba022100fa51e36b433462126f1374458027f93c4f01a141b2606d6f450b7778f38d023a:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/seeddms-panel.yaml"

View on Github