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: metadata:
max-request: 1 max-request: 1
verified: true verified: true
shodan-query: html:"pyload" shodan-query: title:"Login - pyLoad"
tags: panel,pyload,login tags: panel,pyload,login
http: http:
- method: GET - method: GET
path: path:
- "{{BaseURL}}"
- "{{BaseURL}}/login" - "{{BaseURL}}/login"
stop-at-first-match: true
host-redirects: true host-redirects: true
matchers-condition: and matchers-condition: and
matchers: matchers:
- type: word - type: word
words: words:
- 'Login - pyLoad' - 'Login - pyLoad'
- 'alt="Pyload"' - 'alt="Pyload'
condition: or condition: or
case-insensitive: true
- type: status - type: status
status: status:
- 200 - 200