Merge pull request #10406 from projectdiscovery/deployment-interface-exposed

Create deployment-interface-exposed.yaml
main
Dhiyaneshwaran 2024-07-29 15:32:00 +05:30 committed by GitHub
commit 2c465560bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: deployment-interface-exposed
info:
name: Deployment Management Interface - Exposed
author: DhiyaneshDK
severity: medium
description: |
Deployment Management Interface is exposed. This exposure could potentially allow unauthorized access to the management interface
metadata:
verified: true
max-request: 1
tags: deployment,management,misconfig
http:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Deployment Management Interface</title>"
- type: status
status:
- 200