nuclei-templates/exposed-panels/mylittlebackup-panel.yaml

44 lines
958 B
YAML

id: mylittlebackup-panel
info:
name: myLittleBackup Panel - Detect
author: nullfuzz
severity: info
description: |
myLittleBackup panel was detected.
reference:
- http://www.mylittlebackup.com/mlb/en/overview.aspx
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
metadata:
verified: true
shodan-query: http.html:"myLittleBackup"
tags: panel,mylittlebackup
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/mlb/"
- "{{BaseURL}}/mylittlebackup/"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- 'content=".*(myLittleBackup).*'
- '<title>myLittleBackup for SQL Server'
condition: or
- type: status
status:
- 200
# Enhanced by md on 2023/01/24