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

38 lines
852 B
YAML

id: mylittlebackup-panel
info:
name: MyLittleBackup Panel
author: nullfuzz
severity: info
description: |
myLittleBackup is a third-party tool that you can use to manipulate Backup SQL databases.
reference:
- http://www.mylittlebackup.com/mlb/en/overview.aspx
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