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

44 lines
958 B
YAML
Raw Normal View History

2023-01-20 01:49:01 +00:00
id: mylittlebackup-panel
info:
name: myLittleBackup Panel - Detect
2023-01-20 01:49:01 +00:00
author: nullfuzz
severity: info
description: |
myLittleBackup panel was detected.
2023-01-20 01:49:01 +00:00
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
2023-01-20 01:49:01 +00:00
metadata:
verified: true
shodan-query: http.html:"myLittleBackup"
2023-01-20 12:27:24 +00:00
tags: panel,mylittlebackup
2023-01-20 01:49:01 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/mlb/"
- "{{BaseURL}}/mylittlebackup/"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
2023-01-20 12:27:24 +00:00
matchers-condition: and
2023-01-20 01:49:01 +00:00
matchers:
2023-01-20 12:27:24 +00:00
- 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