2021-08-24 17:34:31 +00:00
|
|
|
id: web-service-panel
|
|
|
|
|
|
|
|
info:
|
2023-01-25 18:32:43 +00:00
|
|
|
name: Web Service Panel -Detect
|
2021-08-24 17:34:31 +00:00
|
|
|
author: dhiyaneshDK
|
|
|
|
severity: info
|
2023-01-25 18:32:43 +00:00
|
|
|
description: Web Service panel was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/7116
|
2023-01-25 18:32:43 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: edb,panel,service
|
2021-08-24 17:34:31 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<title>WEB SERVICE</title>'
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-01-25 18:32:43 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/01/25
|