nuclei-templates/http/exposed-panels/isams-panel.yaml

43 lines
786 B
YAML
Raw Normal View History

2023-05-26 06:19:39 +00:00
id: isams-panel
info:
name: iSAMS Panel - Detect
author: righettod
severity: info
2023-05-30 05:53:59 +00:00
description: |
iSAMS was detected.
2023-05-26 06:19:39 +00:00
reference:
- https://www.isams.com/platform/the-platform
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-05-30 05:53:59 +00:00
shodan-query: http.favicon.hash:-81573405
tags: panel,isams,login
2023-05-26 06:19:39 +00:00
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\.]+)'