Skip to content

Ilch CMS Admin Login Panel - Detect

ID: ilch-admin-panel

Severity: info

Author: ritikchaddha

Tags: panel,ilch,cms

Ilch CMS admin login panel was detected.

id: ilch-admin-panel
info:
name: Ilch CMS Admin Login Panel - Detect
author: ritikchaddha
severity: info
description: Ilch CMS admin login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:ilch:cms:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: ilch
product: cms
shodan-query:
- http.title:"Ilch"
- http.title:"ilch"
fofa-query: title="ilch"
google-query: intitle:"ilch"
tags: panel,ilch,cms
http:
- 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
# digest: 4a0a00473045022071f78eb518a3776ba0c56124cae3f6e4c40d7626b3292cf38c098c8daa53de39022100b371050df087f9ce98e99c5a0b485e6c263dadeeaaacaa388b1fbf2d57317541:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/ilch-admin-panel.yaml"

View on Github