Create projectsend-installer.yaml

patch-2
Dhiyaneshwaran 2024-05-28 16:42:58 +05:30 committed by GitHub
parent 972555cbb6
commit 4234d76420
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: projectsend-installer
info:
name: ProjectSend Installation Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed ProjectSend installation page.
reference:
- https://www.projectsend.org/
metadata:
verified: true
max-request: 1
shodan-query: html:"ProjectSend setup"
tags: misconfig,install,exposure,projectsend
http:
- method: GET
path:
- "{{BaseURL}}/install/index.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Install » ProjectSend"
- type: status
status:
- 200