Merge pull request #8098 from projectdiscovery/jorani-panel

Create jorani-panel.yaml
patch-1
Ritik Chaddha 2023-09-01 21:36:53 +05:30 committed by GitHub
commit f74b090c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,45 @@
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:
- '{{BaseURL}}'
- '{{BaseURL}}/index.php/session/login'
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Login - Jorani"
- "name=\"csrf_test_jorani"
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- ' v([0-9.]+)'