Skip to content

myLittleBackup Panel - Detect

ID: mylittlebackup-panel

Severity: info

Author: nullfuzz

Tags: panel,mylittlebackup

myLittleBackup panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:mylittletools:mylittlebackup:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 3
shodan-query: http.html:"myLittleBackup"
product: mylittlebackup
vendor: mylittletools
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: 490a00463044022005a0cdefda672c307316f4f28b1c779f52bb2ae99a1ff088915925dd69f6ea59022026d010510f88399f79700a015931e97cd120673e766aaac32552059c585d16b5:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/mylittlebackup-panel.yaml"

View on Github