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

38 lines
852 B
YAML
Raw Normal View History

2023-01-20 01:49:01 +00:00
id: mylittlebackup-panel
info:
2023-01-20 12:27:24 +00:00
name: MyLittleBackup Panel
2023-01-20 01:49:01 +00:00
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"
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