44 lines
982 B
YAML
44 lines
982 B
YAML
id: isams-panel
|
|
|
|
info:
|
|
name: iSAMS Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
iSAMS was detected.
|
|
reference:
|
|
- https://www.isams.com/platform/the-platform
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:-81573405
|
|
tags: panel,isams,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/auth'
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'iSAMS Ltd'
|
|
- 'iSAMS Authentication Server'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'Version ([0-9\.]+)'
|
|
# digest: 4b0a00483046022100e171cb45841ba1e9060e04b4c12334c376ebb29cd7d9e6571583539549963c54022100cc61c700f49d109869795aadb4a0c668a48a2a8c9a48b192a2310e61ab4acd9f:922c64590222798bb761d5b6d8e72950 |