Skip to content

Lomnido Panel - Detect

ID: lomnido-panel

Severity: info

Author: righettod

Tags: lomnido,panel,login,detect

Lomnido was detected.

id: lomnido-panel
info:
name: Lomnido Panel - Detect
author: righettod
severity: info
description: |
Lomnido was detected.
reference:
- https://lomnido.com/
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Lomnido Login"
tags: lomnido,panel,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Lomnido Login</title>"
- "/lomnido/saml"
condition: and
- type: status
status:
- 200
# digest: 490a00463044022002373a9db93dfd077db5cc3d5f14a592cf760d8967ab1d5a51e15f0a0e7ab7b9022005f006e6c8f856bdd07b7b2b8e12021e332284118ef72b6d41b5338e5be3ce45: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/lomnido-panel.yaml"

View on Github