id: projectsend-detect 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.1/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: max-request: 1 google-query: intext:Provided by ProjectSend tags: tech,projectsend,edb http: - method: GET path: - '{{BaseURL}}' matchers-condition: and matchers: - type: regex part: body regex: - 'Provided by ProjectSend<\/a>' - type: status status: - 200 extractors: - type: regex part: body group: 1 regex: - "version (.*) - Free software" # Enhanced by md on 2023/03/15