Added missing condition matcher
parent
ec689fb1a1
commit
e0c46a630a
|
@ -4,7 +4,7 @@ info:
|
|||
name: Movable Type Pro
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
tags: login,movable
|
||||
tags: panel,movable
|
||||
metadata:
|
||||
shodan-query: 'title:"サインイン | Movable Type Pro"'
|
||||
|
||||
|
@ -13,11 +13,13 @@ requests:
|
|||
path:
|
||||
- '{{BaseURL}}/mt/admin'
|
||||
- '{{BaseURL}}/mt.cgi'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<Movable Type Pro</title>"
|
||||
part: body
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue