iSAMS Panel - Detect
ID: isams-panel
Severity: info
Author: righettod
Tags: panel,isams,login
Description
Section titled “Description”iSAMS was detected.
YAML Source
Section titled “YAML Source”id: isams-panel
info: name: iSAMS Panel - Detect author: righettod severity: info description: | iSAMS was detected. reference: - https://www.isams.com/platform/the-platform classification: cpe: cpe:2.3:a:iris:isams:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: iris product: isams 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: 490a004630440220218de683df46b8dfeddb538d4d72a0a71183c1b9f6d833a7135f630ca8e21f7c0220269fc747e0eb467e476fc62abd45fb5f811b7ff3676d1ff1f050761472d078e5:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/isams-panel.yaml"