30 lines
571 B
YAML
30 lines
571 B
YAML
id: livehelperchat-admin-panel
|
|
|
|
info:
|
|
name: Live Helper Chat Admin Panel
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"Live Helper Chat"
|
|
fofa-query: title="Live Helper Chat"
|
|
tags: livehelperchat,panel
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/site_admin/user/login"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Live Helper Chat"
|
|
- "Please login"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|