nuclei-templates/http/exposed-panels/interactsoftware-interact.yaml

42 lines
841 B
YAML
Raw Normal View History

2023-05-23 08:32:09 +00:00
id: interactsoftware-panel
2023-05-19 07:19:43 +00:00
info:
name: Interact Software Panel - Detect
author: righettod
severity: info
2023-05-23 08:32:09 +00:00
description: Interact Software was detected.
2023-05-19 07:19:43 +00:00
reference:
- https://www.interactsoftware.com
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-05-23 08:32:09 +00:00
tags: panel,interactsoftware,interact,detect
2023-05-19 07:19:43 +00:00
http:
- method: GET
path:
- '{{BaseURL}}/login'
2023-05-23 08:32:09 +00:00
host-redirects: true
max-redirects: 2
2023-05-19 07:19:43 +00:00
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]*)'