updated matchers
parent
d1df6991c6
commit
3005cd3107
|
@ -1,7 +1,7 @@
|
|||
id: mylittlebackup-panel
|
||||
|
||||
info:
|
||||
name: myLittleBackup Panel
|
||||
name: MyLittleBackup Panel
|
||||
author: nullfuzz
|
||||
severity: info
|
||||
description: |
|
||||
|
@ -11,7 +11,7 @@ info:
|
|||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"myLittleBackup"
|
||||
tags: panel,mylittlebackup,login
|
||||
tags: panel,mylittlebackup
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
|
@ -23,9 +23,15 @@ requests:
|
|||
stop-at-first-match: true
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code == 200"
|
||||
- "contains(body, '<title>myLittleBackup for SQL Server')"
|
||||
condition: and
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- 'content=".*(myLittleBackup).*'
|
||||
- '<title>myLittleBackup for SQL Server'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue