Skip to content

Infoblox NIOS Login Panel - Detect

ID: infoblox-nios-panel

Severity: info

Author: EgemenKochisarli

Tags: panel,infoblox,nios,login,detect

Infoblox NIOS login panel was detected.

id: infoblox-nios-panel
info:
name: Infoblox NIOS Login Panel - Detect
author: EgemenKochisarli
severity: info
description: |
Infoblox NIOS login panel was detected.
reference:
- https://www.infoblox.com/glossary/network-identity-operating-system-nios/
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:o:infoblox:nios:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: infoblox
product: nios
shodan-query: http.title:"Infoblox"
tags: panel,infoblox,nios,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/ui/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Infoblox Grid"
- "<title>Infoblox System"
condition: or
- type: status
status:
- 200
# digest: 4a0a00473045022066273956efab77c3d7de7e486144581b95489f6df04d7853545b809af2d31dc7022100e995992866512abc2be9970fd375d4d04f78bf04b0bcd14078b07f7434d29fb4: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/infoblox-nios-panel.yaml"

View on Github