Add files via upload

patch-1
Dominique RIGHETTO 2023-05-26 08:19:39 +02:00 committed by GitHub
parent f0128180e1
commit 7ed5856d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
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:
max-request: 1
verified: "true"
shodan-query: http.html:'<meta name="author" content="iSAMS Ltd" />'
tags: panel,isams,detect
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&nbsp;([0-9\.]+)'