Skip to content

IRISNext Login Panel - Detect

ID: irisnext-panel

Severity: info

Author: righettod

Tags: panel,irisnext,login

IRISNext products was detected.

id: irisnext-panel
info:
name: IRISNext Login Panel - Detect
author: righettod
severity: info
description: |
IRISNext products was detected.
reference:
- https://www.irislink.com/
metadata:
max-request: 1
verified: true
shodan-query: http.title:"irisnext"
tags: panel,irisnext,login
http:
- method: GET
path:
- "{{BaseURL}}/dblang.dcw"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "<title>irisnext")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- 'IRISNext\s+-\s+V([0-9.]+)'
# digest: 4b0a00483046022100a96d9368ce1724eb17079978ab6acb905a9a830d5811c04f78f723464d78ad8c0221009295d5074eca570697313f3a3165a2ebbfa9ebc9cd9ad114372cab7af8106516: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/irisnext-panel.yaml"

View on Github