Interact Software Panel - Detect
ID: interactsoftware-panel
Severity: info
Author: righettod
Tags: panel,interactsoftware,interact,detect
Description
Section titled “Description”Interact Software was detected.
YAML Source
Section titled “YAML Source”id: interactsoftware-panel
info: name: Interact Software Panel - Detect author: righettod severity: info description: Interact Software was detected. reference: - https://www.interactsoftware.com metadata: verified: true max-request: 1 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]*)'# digest: 4a0a00473045022072148ce1e472e586bcbd68a4134c935f8323b9517fbcbf01415e49a4829e5f2b022100aff4c109f644018925cdf8cc664a5acc6aa875abe5ff7d7b7e7f0940e5156f35:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/interactsoftware-interact.yaml"