Create livehelperchat-admin-panel.yaml
parent
27b16d471b
commit
c94f10ea5c
|
@ -0,0 +1,30 @@
|
|||
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"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Live Helper Chat"
|
||||
- "Please login"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue