Merge pull request #6567 from nullfuzz-pentest/mylittlebackup-panel.yaml
add template mylittlebackup-panelpatch-1
commit
12bd6ba397
|
@ -0,0 +1,37 @@
|
|||
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
|
Loading…
Reference in New Issue