Merge pull request #10406 from projectdiscovery/deployment-interface-exposed
Create deployment-interface-exposed.yamlmain
commit
2c465560bc
|
@ -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
|
Loading…
Reference in New Issue