2022-01-24 05:33:22 +00:00
|
|
|
id: projectsend-detect
|
2022-01-24 05:00:22 +00:00
|
|
|
|
|
|
|
info:
|
2022-01-24 06:22:33 +00:00
|
|
|
name: ProjectSend Detect
|
2022-01-24 05:00:22 +00:00
|
|
|
author: idealphase
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/7380
|
|
|
|
- https://github.com/projectsend/projectsend
|
|
|
|
metadata:
|
2022-09-08 22:39:14 +00:00
|
|
|
google-query: intext:Provided by ProjectSend
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: tech,projectsend,edb
|
2022-01-24 05:00:22 +00:00
|
|
|
|
|
|
|
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>'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- "version (.*) - Free software"
|