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