Add files via upload

patch-1
Dominique RIGHETTO 2023-05-19 09:19:43 +02:00 committed by GitHub
parent ba16ced52f
commit 0335cc05c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,40 @@
id: interactsoftware-interact
info:
name: Interact Software Panel - Detect
author: righettod
severity: info
description: Interact was detected.
reference:
- https://www.interactsoftware.com
metadata:
max-request: 1
verified: "true"
shodan-query: http.title:"Network Configuration Manager"
tags: panel,interactsoftware,interact
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'www.interactsoftware.com'
- 'community.interact-intranet.com'
- '/InteractV'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '(?:v=)([0-9]+\.[0-9]+\.?[0-9]*\.?[0-9]*)'