46 lines
1.1 KiB
YAML
46 lines
1.1 KiB
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 3
|
|
shodan-query: http.html:"myLittleBackup"
|
|
tags: panel,mylittlebackup
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a004730450220076668aaa933e73b1fa9a73d7d7acf7ff5aff71da5697e046c2dc45f886f9723022100c9774da765ce486ab160c17211cd5383f8461bf6ca8f523ba3dbff4e339b3f50:922c64590222798bb761d5b6d8e72950
|