nuclei-templates/exposed-panels/projectsend-login.yaml

48 lines
1.0 KiB
YAML
Raw Normal View History

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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
google-query: intext:Provided by ProjectSend
tags: panel,projectsend,edb
requests:
- 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>'
2022-01-24 06:29:04 +00:00
- type: word
part: body
words:
- 'id="login_form"'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- "version (.*) - Free software"
# Enhanced by md on 2022/12/06