Skip to content

ProjectSend Login Panel - Detect

ID: projectsend-login

Severity: info

Author: idealphase

Tags: panel,projectsend,edb

ProjectSend login panel was detected.

id: projectsend-login
info:
name: ProjectSend Login Panel - Detect
author: idealphase
severity: info
description: ProjectSend login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7380
- https://github.com/projectsend/projectsend
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:projectsend:projectsend:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: projectsend
product: projectsend
google-query:
- intext:Provided by ProjectSend
- intext:provided by projectsend
shodan-query: http.html:provided by projectsend
fofa-query: body=provided by projectsend
tags: panel,projectsend,edb
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- 'Provided by <a href="https?:\/\/www\.projectsend\.org\/" target="_blank">ProjectSend<\/a>'
- type: word
part: body
words:
- 'id="login_form"'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- "version (.*) - Free software"
# digest: 490a0046304402207f8d1bd6027eb1504aee31ce3488e214c89d64dcef176a0f38cbf81a881cee0a022029f9c4c8a524483be77a2822a762e52c4ce3e6efd4d308b5cc074d0bbe669cb8: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/projectsend-login.yaml"

View on Github