Create projectsend-installer.yaml
parent
972555cbb6
commit
4234d76420
|
@ -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
|
Loading…
Reference in New Issue