updated matcher

patch-1
Ritik Chaddha 2023-07-07 15:56:14 +05:30 committed by GitHub
parent 038e8d05af
commit e631ef0f81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -11,24 +11,26 @@ info:
metadata:
max-request: 1
verified: true
shodan-query: html:"pyload"
shodan-query: title:"Login - pyLoad"
tags: panel,pyload,login
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/login"
stop-at-first-match: true
host-redirects: true
matchers-condition: and
matchers:
- type: word
words:
- 'Login - pyLoad'
- 'alt="Pyload"'
- 'alt="Pyload'
condition: or
case-insensitive: true
- type: status
status:
- 200
- 200