nuclei-templates/http/exposed-panels/jorani-panel.yaml

46 lines
920 B
YAML
Raw Normal View History

2023-08-28 12:29:36 +00:00
id: jorani-panel
info:
name: Jorani Login Panel - Detect
author: DhiyaneshDK
severity: info
description: Jorani 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
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
verified: true
shodan-query: html:"Login - Jorani"
tags: panel,jorani,login
http:
- method: GET
path:
2023-09-01 16:00:18 +00:00
- '{{BaseURL}}'
2023-08-28 12:29:36 +00:00
- '{{BaseURL}}/index.php/session/login'
2023-09-01 16:00:18 +00:00
stop-at-first-match: true
host-redirects: true
max-redirects: 2
2023-08-28 12:29:36 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Login - Jorani"
2023-09-01 16:00:18 +00:00
- "name=\"csrf_test_jorani"
condition: or
2023-08-28 12:29:36 +00:00
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
2023-08-28 12:32:13 +00:00
- ' v([0-9.]+)'