27 lines
456 B
YAML
27 lines
456 B
YAML
id: ilch-admin-panel
|
|
|
|
info:
|
|
name: Ilch CMS Admin Panel
|
|
author: ritikchaddha
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"Ilch"
|
|
tags: panel,ilch,cms
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php/admin/admin/login/index/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'ilch_token'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|