updated matchers

patch-1
Ritik Chaddha 2023-01-20 17:57:24 +05:30 committed by GitHub
parent d1df6991c6
commit 3005cd3107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 7 deletions

View File

@ -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