updated matcher
parent
038e8d05af
commit
e631ef0f81
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue