Merge pull request #9017 from righettod/lomnido_tpl

Add detection of Lomnido instances
patch-1
Ritik Chaddha 2024-01-26 14:30:09 +05:30 committed by GitHub
commit 19dd5e8571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: lomnido-panel
info:
name: Lomnido Panel - Detect
author: righettod
severity: info
description: |
Lomnido was detected.
reference:
- https://lomnido.com/
metadata:
max-request: 1
verified: true
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