Merge pull request #7258 from righettod/add_interact_tpl

Add interact template
patch-1
Ritik Chaddha 2023-05-24 21:40:16 +05:30 committed by GitHub
commit 73553fddd1
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: interactsoftware-panel
info:
name: Interact Software Panel - Detect
author: righettod
severity: info
description: Interact Software was detected.
reference:
- https://www.interactsoftware.com
metadata:
max-request: 1
verified: "true"
tags: panel,interactsoftware,interact,detect
http:
- method: GET
path:
- '{{BaseURL}}/login'
host-redirects: true
max-redirects: 2
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]*)'