Enhancement: misconfiguration/ace-admin-dashboard.yaml by md

patch-1
MostInterestingBotInTheWorld 2023-03-08 14:06:07 -05:00
parent 82b41791de
commit 0fb1ac7ef7
2 changed files with 10 additions and 10 deletions

View File

@ -1,16 +1,11 @@
id: webcamxp-5 id: webcamxp-5
info: info:
name: WebcamXP 5 Login Panel - Detect name: webcamXP 5
author: dhiyaneshDK author: dhiyaneshDK
severity: info severity: info
description: WebcamXP 5 login panel was detected.
reference: reference:
- https://www.exploit-db.com/ghdb/7448 - https://www.exploit-db.com/ghdb/7448
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata: metadata:
shodan-query: http.title:"webcamXP 5" shodan-query: http.title:"webcamXP 5"
tags: iot,edb tags: iot,edb
@ -28,5 +23,3 @@ requests:
- type: status - type: status
status: status:
- 200 - 200
# Enhanced by md on 2023/03/08

View File

@ -1,9 +1,14 @@
id: ace-admin-dashboard id: ace-admin-dashboard
info: info:
name: Ace Admin Dashboard Exposure name: Ace Admin Dashboard - Detect
author: tess author: tess
severity: medium severity: medium
description: Ace Admin dashboard page was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
metadata: metadata:
verified: true verified: true
shodan-query: title:"Dashboard - Ace Admin" shodan-query: title:"Dashboard - Ace Admin"
@ -20,7 +25,7 @@ requests:
part: body part: body
words: words:
- "Dashboard - Ace Admin" - "Dashboard - Ace Admin"
- "overview & stats" - "overview & stats"
condition: and condition: and
- type: word - type: word
@ -31,3 +36,5 @@ requests:
- type: status - type: status
status: status:
- 200 - 200
# Enhanced by md on 2023/03/08