diff --git a/http/exposed-panels/lomnido-panel.yaml b/http/exposed-panels/lomnido-panel.yaml new file mode 100644 index 0000000000..483e73d06d --- /dev/null +++ b/http/exposed-panels/lomnido-panel.yaml @@ -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: + - "Lomnido Login" + - "/lomnido/saml" + condition: and + + - type: status + status: + - 200