Merge pull request #10042 from righettod/ibm_inotes_upd
Add more matchers to the "IBM iNotes" login panel detection template.patch-4
commit
79dc202bfa
|
@ -2,7 +2,7 @@ id: ibm-note-login
|
|||
|
||||
info:
|
||||
name: IBM iNotes Login Panel - Detect
|
||||
author: dhiyaneshDK
|
||||
author: dhiyaneshDK,righettod
|
||||
severity: info
|
||||
description: IBM iNotes login panel was detected.
|
||||
reference:
|
||||
|
@ -14,22 +14,27 @@ info:
|
|||
metadata:
|
||||
max-request: 2
|
||||
vendor: ibm
|
||||
shodan-query: http.title:"IBM iNotes Login"
|
||||
product: inotes
|
||||
tags: ibm,edb,panel
|
||||
tags: ibm,edb,panel,login,detect
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
- '{{BaseURL}}/names.nsf'
|
||||
- '{{BaseURL}}/webredir.nsf'
|
||||
|
||||
stop-at-first-match: true
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>IBM iNotes Login</title>'
|
||||
- 'Lotus iNotes Login Screen'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
# digest: 4a0a004730450220625a17ef31b35dda3592e49539d8304cc60542ca9c8d2ec4f5509568cd46f673022100f22616c9c57ba6f9ea927df6ff590fcbeb9eb33d5a1afcf66c6dd0afe77f2d7d:922c64590222798bb761d5b6d8e72950
|
Loading…
Reference in New Issue